unreachable code warning fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2000-01-05 15:17:08 +00:00
parent 5fc7ede910
commit 96fa7876bf
2 changed files with 2 additions and 2 deletions

View File

@ -955,9 +955,9 @@ bool wxMenu::DoInsert(size_t pos, wxMenuItem *item)
#else // GTK < 1.2
// this should be easy to do...
wxFAIL_MSG( wxT("not implemented") );
#endif // GTK 1.2/1.0
return FALSE;
#endif // GTK 1.2/1.0
}
wxMenuItem *wxMenu::DoRemove(wxMenuItem *item)

View File

@ -955,9 +955,9 @@ bool wxMenu::DoInsert(size_t pos, wxMenuItem *item)
#else // GTK < 1.2
// this should be easy to do...
wxFAIL_MSG( wxT("not implemented") );
#endif // GTK 1.2/1.0
return FALSE;
#endif // GTK 1.2/1.0
}
wxMenuItem *wxMenu::DoRemove(wxMenuItem *item)