mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
remove unnecessary comments
This commit is contained in:
parent
2568be1eb8
commit
e652b957f0
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue