fix warnings about unreachable return statements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2410,9 +2410,10 @@ wxGraphicsContext * wxCairoRenderer::CreateMeasuringContext()
|
||||
ENSURE_LOADED_OR_RETURN(NULL);
|
||||
#ifdef __WXGTK__
|
||||
return CreateContextFromNativeWindow(gdk_get_default_root_window());
|
||||
#endif
|
||||
#else
|
||||
return NULL;
|
||||
// TODO
|
||||
#endif
|
||||
}
|
||||
|
||||
wxGraphicsContext * wxCairoRenderer::CreateContext( wxWindow* window )
|
||||
|
Reference in New Issue
Block a user