X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=src%2Fopengl%2Fopengl.cc;h=a7ca8c1df118e134bf8426df260a58f329ee703e;hp=d2aea3b27b3574b74c43c08ebb8bccdacc6af06b;hb=0da7a98f74d00bfa6cf0d47fd7cf0f687eeba5f6;hpb=826b0cf7adaf8b1dc4c37f57a4a98c79a3995e21 diff --git a/src/opengl/opengl.cc b/src/opengl/opengl.cc index d2aea3b..a7ca8c1 100644 --- a/src/opengl/opengl.cc +++ b/src/opengl/opengl.cc @@ -7,10 +7,6 @@ extern GLFWwindow *win; extern int win_h; extern int win_w; -/* static test_* functions are going to be removed: just to test the shaders */ -static void test_draw(); -static void test_torus(); - bool init_opengl() { if(!glfwInit()) { @@ -44,10 +40,4 @@ void display_opengl() glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glClearColor(0.5, 0.5, 0.5, 1.0); -} - -static void test_draw() -{ - /* this function is going to be removed, it's here only to test the shaders */ - } \ No newline at end of file