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:
parent
5fc7ede910
commit
96fa7876bf
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user