summaryrefslogtreecommitdiff
path: root/test/CubeView.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/CubeView.h')
-rw-r--r--test/CubeView.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/CubeView.h b/test/CubeView.h
index 39bddcb42..2099b60d9 100644
--- a/test/CubeView.h
+++ b/test/CubeView.h
@@ -1,5 +1,5 @@
//
-// "$Id: CubeView.h,v 1.3 1999/03/04 20:26:00 mike Exp $"
+// "$Id: CubeView.h,v 1.4 1999/03/10 16:40:19 mike Exp $"
//
// CubeView class definitions for the Fast Light Tool Kit (FLTK).
//
@@ -37,9 +37,6 @@
#include <stdlib.h>
-// shorthand to save some bits.
-#define v3f(x) glVertex3fv(x)
-
#if HAVE_GL
class CubeView : public Fl_Gl_Window {
#else
@@ -122,5 +119,5 @@ private:
#endif
//
-// End of "$Id: CubeView.h,v 1.3 1999/03/04 20:26:00 mike Exp $".
+// End of "$Id: CubeView.h,v 1.4 1999/03/10 16:40:19 mike Exp $".
//