diff --git a/src/Light.h b/src/Light.h index dfc2fb7..3b41c7b 100644 --- a/src/Light.h +++ b/src/Light.h @@ -13,7 +13,6 @@ public: enum class Type { Point, Area }; virtual ~Light() = default; - // a pure virtual function for derived class implementation virtual void illumination() const = 0; protected: