Browse Source

overloaded constructors in Viewport

Former-commit-id: 484b4be8c00937f06225c0a1ec54120720afed20
Alec Jacobson (jalec 11 years ago
parent
commit
8d2c84a7a6
1 changed files with 0 additions and 2 deletions
  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,