summaryrefslogtreecommitdiff
path: root/src/glut_compatability.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut_compatability.cxx')
-rw-r--r--src/glut_compatability.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glut_compatability.cxx b/src/glut_compatability.cxx
index 52bedf12a..8fe7ca900 100644
--- a/src/glut_compatability.cxx
+++ b/src/glut_compatability.cxx
@@ -106,7 +106,6 @@ int Fl_Glut_Window::handle(int event) {
while (button < 0) {mouse(3,GLUT_DOWN,ex,ey); ++button;}
while (button > 0) {mouse(4,GLUT_DOWN,ex,ey); --button;}
return 1;
- break;
case FL_RELEASE:
for (button = 0; button < 3; button++) if (mouse_down & (1<<button)) {