]> git.tokkee.org Git - inkscape.git/commitdiff

Code

Cleans it from //#ifndef WIN32
authorjohanengelen <johanengelen@users.sourceforge.net>
Sat, 6 Jan 2007 20:09:14 +0000 (20:09 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sat, 6 Jan 2007 20:09:14 +0000 (20:09 +0000)
src/ui/dialog/dialog.cpp

index 43f66134804a3fdfb369c453f190ef87d71dfe28..61ee2dd9172f23dcbe784c10f4293b176ae3ceed 100644 (file)
@@ -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)