浏览代码

overloaded constructors in Viewport

Former-commit-id: 484b4be8c00937f06225c0a1ec54120720afed20
Alec Jacobson (jalec 11 年之前
父节点
当前提交
8d2c84a7a6
共有 1 个文件被更改,包括 0 次插入2 次删除
  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,