diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2015-12-27 18:38:12 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2015-12-27 18:38:12 +0000 |
| commit | 5d0daf518c59355e7cef239d6a5ae25804569a9c (patch) | |
| tree | 4d72445fefcfaf85745e876a00e78e82adab2364 /src/widgets/gradient-selector.cpp | |
| parent | Revert Pango/Harfbuzz fixes. Needs work (diff) | |
| download | inkscape-5d0daf518c59355e7cef239d6a5ae25804569a9c.tar.gz inkscape-5d0daf518c59355e7cef239d6a5ae25804569a9c.zip | |
Remove superfluous glibmm/threads.h checks
(bzr r14553)
Diffstat (limited to 'src/widgets/gradient-selector.cpp')
| -rw-r--r-- | src/widgets/gradient-selector.cpp | 4 |
1 files changed, 0 insertions, 4 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" |
