From: johanengelen Date: Sat, 6 Jan 2007 20:09:14 +0000 (+0000) Subject: Cleans it from //#ifndef WIN32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1bac46c1d39de1377d588cc9d1e1034aa8351d3b;p=inkscape.git Cleans it from //#ifndef WIN32 --- diff --git a/src/ui/dialog/dialog.cpp b/src/ui/dialog/dialog.cpp index 43f661348..61ee2dd91 100644 --- a/src/ui/dialog/dialog.cpp +++ b/src/ui/dialog/dialog.cpp @@ -41,7 +41,6 @@ namespace Inkscape { namespace UI { namespace Dialog { -//#ifndef WIN32 static gboolean sp_retransientize_again (gpointer dlgPtr) { @@ -49,7 +48,6 @@ sp_retransientize_again (gpointer dlgPtr) dlg->retransientize_suppress = false; return FALSE; // so that it is only called once } -//#endif static void sp_retransientize (Inkscape::Application *inkscape, SPDesktop *desktop, gpointer dlgPtr)