diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp
index a52780a7d0cdc12f71676e24f9629507b25433af..e7ed4cff924cb0e79ba28df7d2775e4a36ae5b76 100644
--- a/Fltk/FlGui.cpp
+++ b/Fltk/FlGui.cpp
@@ -383,10 +383,10 @@ int FlGui::testGlobalShortcuts(int event)
     status = 1;
   }
   // FIXME TEST
-  else if(Fl::test_shortcut('4') || Fl::test_shortcut(FL_F + 4)) {
-    RecombineMesh(GModel::current());
-    status = 2;
-  }
+  //else if(Fl::test_shortcut('4') || Fl::test_shortcut(FL_F + 4)) {
+  //  RecombineMesh(GModel::current());
+  //  status = 2;
+  //}
   else if(Fl::test_shortcut(FL_CTRL + 'q') || Fl::test_shortcut(FL_META + 'q')){
     // only necessary when using the system menu bar, but hey, it
     // cannot hurt...