summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-01-26 17:40:38 +0100
committerMatthias Melcher <github@matthiasm.com>2022-01-26 17:40:38 +0100
commit573921677c7f6310a16d58f23c67fac34b0d82bb (patch)
tree41ffd7e3a8d6bf014a708e735acb593294a51d9f /test
parent5d9db353868008ae2f2b47ed501ee92d110b5313 (diff)
Removed GL Button from test/cube
Diffstat (limited to 'test')
-rw-r--r--test/cube.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/cube.cxx b/test/cube.cxx
index 76cb0a8b7..64e9044cd 100644
--- a/test/cube.cxx
+++ b/test/cube.cxx
@@ -231,14 +231,6 @@ void makeform(const char *name) {
Fl_Box *rt_resizer = new Fl_Box(rt_grp_x-5, rt_grp_y, 10, rt_grp_h);
rt_resizer->box(FL_NO_BOX);
-#if HAVE_GL
- // overlay a button onto an OpenGL window
- lt_cube->begin();
- Fl_Button *test = new Fl_Button(35, 105, 100, 30, "Test");
- test->box(FL_ROUND_UP_BOX);
- lt_cube->end();
-#endif // HAVE_GL
-
form->end();
form->resizable(rt_resizer);
form->size_range(form->w(), form->h()); // minimum window size