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:
@@ -955,9 +955,9 @@ bool wxMenu::DoInsert(size_t pos, wxMenuItem *item)
|
|||||||
#else // GTK < 1.2
|
#else // GTK < 1.2
|
||||||
// this should be easy to do...
|
// this should be easy to do...
|
||||||
wxFAIL_MSG( wxT("not implemented") );
|
wxFAIL_MSG( wxT("not implemented") );
|
||||||
#endif // GTK 1.2/1.0
|
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
#endif // GTK 1.2/1.0
|
||||||
}
|
}
|
||||||
|
|
||||||
wxMenuItem *wxMenu::DoRemove(wxMenuItem *item)
|
wxMenuItem *wxMenu::DoRemove(wxMenuItem *item)
|
||||||
|
@@ -955,9 +955,9 @@ bool wxMenu::DoInsert(size_t pos, wxMenuItem *item)
|
|||||||
#else // GTK < 1.2
|
#else // GTK < 1.2
|
||||||
// this should be easy to do...
|
// this should be easy to do...
|
||||||
wxFAIL_MSG( wxT("not implemented") );
|
wxFAIL_MSG( wxT("not implemented") );
|
||||||
#endif // GTK 1.2/1.0
|
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
#endif // GTK 1.2/1.0
|
||||||
}
|
}
|
||||||
|
|
||||||
wxMenuItem *wxMenu::DoRemove(wxMenuItem *item)
|
wxMenuItem *wxMenu::DoRemove(wxMenuItem *item)
|
||||||
|
Reference in New Issue
Block a user