clray

diff src/scene.h @ 60:8c858e1a89e8

minor cleanups
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 28 Dec 2015 09:08:49 +0200
parents 6a30f27fa1e6
children
line diff
     1.1 --- a/src/scene.h	Sun Sep 12 07:27:12 2010 +0100
     1.2 +++ b/src/scene.h	Mon Dec 28 09:08:49 2015 +0200
     1.3 @@ -18,8 +18,6 @@
     1.4  	float normal[4];
     1.5  	int matid;
     1.6  	int padding[3];
     1.7 -
     1.8 -	bool operator ==(const Face &f) const;
     1.9  };
    1.10  
    1.11  struct Material {