From 1bac46c1d39de1377d588cc9d1e1034aa8351d3b Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sat, 6 Jan 2007 20:09:14 +0000 Subject: [PATCH] Cleans it from //#ifndef WIN32 --- src/ui/dialog/dialog.cpp | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.5