From 920fb772a83e4e46f793f1c03a98d7910fbc9839 Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Mon, 17 Dec 2007 22:11:41 +0000 Subject: [PATCH] Silenced compiler warnings (unused labels). --- src/xmlcopyeditor.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 1e20716..2c31431 100755 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -142,10 +142,12 @@ EVT_MENU_RANGE ( ID_COLOR_SCHEME_DEFAULT, ID_COLOR_SCHEME_NONE, MyFrame::OnColorScheme ) +/* EVT_MENU_RANGE ( ID_SPLIT_TAB_TOP, ID_SPLIT_TAB_LEFT, MyFrame::OnSplitTab ) +*/ EVT_UPDATE_UI_RANGE ( ID_REPLACE, ID_GLOBAL_REPLACE, MyFrame::OnUpdateReplaceRange ) EVT_FIND ( wxID_ANY, MyFrame::OnDialogFind ) EVT_FIND_NEXT ( wxID_ANY, MyFrame::OnDialogFind ) @@ -2264,6 +2266,7 @@ void MyFrame::OnSplitTab ( wxCommandEvent& event ) direction = wxAUI_NB_RIGHT; switch ( id ) { +/* ID_SPLIT_TAB_TOP: direction = wxAUI_NB_TOP; break; @@ -2276,6 +2279,7 @@ void MyFrame::OnSplitTab ( wxCommandEvent& event ) ID_SPLIT_TAB_LEFT: direction = wxAUI_NB_LEFT; break; +*/ default: direction = wxAUI_NB_RIGHT; break;