diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-01-06 20:09:14 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-01-06 20:09:14 +0000 |
| commit | 8b0ce1ea079012397c69ae3d219dbd8520852cba (patch) | |
| tree | 134da266f7489b1795464cc56f9b849c8bdf5bd6 /src/ui/dialog/dialog.cpp | |
| parent | Small edits to copyright info. (diff) | |
| download | inkscape-8b0ce1ea079012397c69ae3d219dbd8520852cba.tar.gz inkscape-8b0ce1ea079012397c69ae3d219dbd8520852cba.zip | |
Cleans it from //#ifndef WIN32
(bzr r2140)
Diffstat (limited to 'src/ui/dialog/dialog.cpp')
| -rw-r--r-- | src/ui/dialog/dialog.cpp | 2 |
1 files changed, 0 insertions, 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) |
