From 3b118eda4e8de365d6ec698064f23e4e2d3e7740 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 5 Jan 2008 21:00:10 +0000 Subject: [PATCH] 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 --- src/gtk/print.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gtk/print.cpp b/src/gtk/print.cpp index d19b567da5..7f7722f73a 100644 --- a/src/gtk/print.cpp +++ b/src/gtk/print.cpp @@ -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; -- 2.50.0