From 4a24288088a884f56ece88f63c8e9191a7470823 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 19 Sep 2021 10:27:09 -0700 Subject: [PATCH] smyrna: remove commented out prototypes --- cmd/smyrna/glexpose.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/smyrna/glexpose.h b/cmd/smyrna/glexpose.h index 2c71ae7c6..f2fc6c0df 100644 --- a/cmd/smyrna/glexpose.h +++ b/cmd/smyrna/glexpose.h @@ -16,12 +16,7 @@ extern "C" { #endif - /* int glupdatecamera(ViewInfo * v); */ int glexpose_main(ViewInfo * v); - /* void glexpose_grid(ViewInfo * v); */ - /* int glexpose_drawgraph(ViewInfo * view); */ - /* void drawtestpoly(void); */ - /* void draw_cube(void); */ #ifdef __cplusplus } /* end extern "C" */ -- 2.40.0