citrun

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

commit 66e686bc2c8cc8116cd6d88e80a504ad7fc4b1c3
parent ca05fd053c6736ed672a4d73c9f3fc5ab646d19f
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 16 Dec 2016 22:21:42 -0700

src: remove unused comments

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

diff --git a/src/gl_main.cc b/src/gl_main.cc @@ -47,11 +47,6 @@ main(int argc, char *argv[]) glfwSetKeyCallback(window, keyboard_func); - // glutReshapeFunc(reshape_func); - // glutSpecialFunc(special_func); - // glutMouseFunc(mouse_func); - // glutMotionFunc(motion_func); - glfwMakeContextCurrent(window); glfwSwapInterval(1);