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:
@@ -2277,10 +2277,6 @@ void wxGtkPrintPreview::Init(wxPrintout * WXUNUSED(printout),
|
|||||||
m_resolution = 1200;
|
m_resolution = 1200;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
|
||||||
wxFAIL_MSG( "unknown print quality" );
|
|
||||||
// fall through
|
|
||||||
|
|
||||||
case wxPRINT_QUALITY_LOW:
|
case wxPRINT_QUALITY_LOW:
|
||||||
m_resolution = 300;
|
m_resolution = 300;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user