citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 5738ef6cf1d0d05c43a5e7adbfc25818f0b00f05
parent e39f0687c674edb6cb5e16c0e5969999bb256d67
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 12 Dec 2016 17:56:27 -0700

src: remove two for sure unused lines

Diffstat:
Msrc/gl_view.cc | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gl_view.cc b/src/gl_view.cc @@ -302,7 +302,6 @@ View::keyboard_func(GLFWwindow *window, int key, int scancode, int action, int m default: return; } - // glutPostRedisplay (); } void @@ -507,8 +506,6 @@ View::display() glClear (GL_COLOR_BUFFER_BIT); demo_buffer_draw (buffer); - - // glutSwapBuffers (); } void