citrun

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

commit 9cf599e73d046747c88c0e31d06b22043b9e01a5
parent 71e585db09a36d2b4b59197cee7e79b98a8d2e9f
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 15 Jul 2016 20:36:45 -0600

src: remove print_help()

Diffstat:
Msrc/gl_main.cc | 1-
Msrc/gl_view.cc | 6------
2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/gl_main.cc b/src/gl_main.cc @@ -78,7 +78,6 @@ window::window(int argc, char *argv[]) buffer = demo_buffer_create(); static_vu = new View(st, buffer); - static_vu->print_help(); FT_Init_FreeType(&ft_library); diff --git a/src/gl_view.cc b/src/gl_view.cc @@ -464,12 +464,6 @@ View::motion_func(int x, int y) } void -View::print_help() -{ - LOGI ("Welcome to GLyphy demo\n"); -} - -void View::advance_frame(long dtime) { if (animate) {