summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2015-12-27 17:33:13 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2015-12-27 17:33:13 +0000
commit9944a1a48890ac3d45c8c2d1e67b91403b461f04 (patch)
treef1e64f7dc51aebfabe5495539709825b18181f92 /src
parentApply Tav/suv patch to replace Pango OT functions with Harfbuzz (diff)
downloadinkscape-9944a1a48890ac3d45c8c2d1e67b91403b461f04.tar.gz
inkscape-9944a1a48890ac3d45c8c2d1e67b91403b461f04.zip
Remove superfluous glibmm/threads.h checks
(bzr r14550)
Diffstat (limited to 'src')
-rw-r--r--src/widgets/gradient-selector.cpp4
-rw-r--r--src/widgets/sp-color-selector.cpp4
-rw-r--r--src/widgets/sp-color-selector.h4
3 files changed, 0 insertions, 12 deletions
diff --git a/src/widgets/gradient-selector.cpp b/src/widgets/gradient-selector.cpp
index 63599f3f9..604ecd108 100644
--- a/src/widgets/gradient-selector.cpp
+++ b/src/widgets/gradient-selector.cpp
@@ -17,10 +17,6 @@
# include "config.h"
#endif
-#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H
-#include <glibmm/threads.h>
-#endif
-
#include <gtkmm/treeview.h>
#include "gradient-vector.h"
diff --git a/src/widgets/sp-color-selector.cpp b/src/widgets/sp-color-selector.cpp
index dad0a18b0..93eaaee8b 100644
--- a/src/widgets/sp-color-selector.cpp
+++ b/src/widgets/sp-color-selector.cpp
@@ -7,10 +7,6 @@
# include "config.h"
#endif
-#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H
-#include <glibmm/threads.h>
-#endif
-
#include <math.h>
#include <gtk/gtk.h>
#include <glibmm/i18n.h>
diff --git a/src/widgets/sp-color-selector.h b/src/widgets/sp-color-selector.h
index 308a5519c..75cb79b00 100644
--- a/src/widgets/sp-color-selector.h
+++ b/src/widgets/sp-color-selector.h
@@ -5,10 +5,6 @@
# include <config.h>
#endif
-#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H
-#include <glibmm/threads.h>
-#endif
-
#include <gtk/gtk.h>
#include "color.h"