removed extra default clause accidentally added by last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2fa54004f2
commit
3b118eda4e
@ -2277,10 +2277,6 @@ void wxGtkPrintPreview::Init(wxPrintout * WXUNUSED(printout),
|
||||
m_resolution = 1200;
|
||||
break;
|
||||
|
||||
default:
|
||||
wxFAIL_MSG( "unknown print quality" );
|
||||
// fall through
|
||||
|
||||
case wxPRINT_QUALITY_LOW:
|
||||
m_resolution = 300;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user