소스 검색

Remove unused variable

Former-commit-id: 0326709d8a17f5241aa2fe9e8ff6f339a534186c
jmespadero 8 년 전
부모
커밋
136fd021dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/igl/viewer/Viewer.cpp

+ 1 - 1
include/igl/viewer/Viewer.cpp

@@ -80,7 +80,7 @@ static igl::viewer::Viewer * __viewer;
 static double highdpi = 1;
 static double highdpi = 1;
 static double scroll_x = 0;
 static double scroll_x = 0;
 static double scroll_y = 0;
 static double scroll_y = 0;
-static int global_KMod = 0;
+//static int global_KMod = 0;
 
 
 static void glfw_mouse_press(GLFWwindow* window, int button, int action, int modifier)
 static void glfw_mouse_press(GLFWwindow* window, int button, int action, int modifier)
 {
 {