Explorar o código

overloaded constructors in Viewport

Former-commit-id: 484b4be8c00937f06225c0a1ec54120720afed20
Alec Jacobson (jalec %!s(int64=11) %!d(string=hai) anos
pai
achega
8d2c84a7a6
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      include/igl/Viewport.h

+ 0 - 2
include/igl/Viewport.h

@@ -10,8 +10,6 @@ namespace igl
     int x,y,width,height;
     igl::Camera camera;
     // Constructors
-    Viewport():
-      x(0),y(0),width(0),height(0),camera(){};
     Viewport(
       const int x=0, 
       const int y=0,