From 4f454a78011ab5dcb429f198697cc9b4777f693b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 24 Jun 2012 14:30:53 +0000
Subject: [PATCH] remove recombine shortcut

---
 Fltk/FlGui.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp
index a52780a7d0..e7ed4cff92 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...
-- 
GitLab