Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Ritterbusch <[email protected]>
  • Loading branch information
kairibu authored and qdot committed Dec 12, 2010
1 parent 8728a12 commit 56984b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/cppview.cpp
Original file line number Diff line number Diff line change
@@ -171,9 +171,8 @@ freenect_video_format requested_format(FREENECT_VIDEO_RGB);
GLuint gl_depth_tex;
GLuint gl_rgb_tex;

bool die;

double freenect_angle(0);
//double ext_freenect_angle(0);
int got_frames(0),window(0);
int g_argc;
char **g_argv;
@@ -231,10 +230,7 @@ void DrawGLScene()

void keyPressed(unsigned char key, int x, int y)
{
//ext_freenect_angle = freenect_angle;

if (key == 27) {
die = 1;
glutDestroyWindow(window);
}
if (key == '1') {

0 comments on commit 56984b9

Please sign in to comment.