summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-11-10 13:26:00 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-11-14 10:43:21 +0100
commitdb75f338fb1865fbec12daae64dac4d0a1b9abf8 (patch)
treee502ea0b726f1dccd35c90660aab43d3b283e045 /glib/glibmm.h
parent53ceee1d8f4967d4fc3a9ece73a8a273583aae5e (diff)
downloadglibmm-db75f338fb1865fbec12daae64dac4d0a1b9abf8.tar.gz
Remove deprecated Thread and Threads API.
Diffstat (limited to 'glib/glibmm.h')
-rw-r--r--glib/glibmm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index b82b1430..79d3e1d3 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -84,12 +84,6 @@
//#include <glibmm/i18n.h> //This must be included by the application, after system headers such as
//<iostream>.
-// Include this first because we need it to be the first thing to include <glib.h>,
-// so we can do an undef trick to still use deprecated API in the header:
-#include <glibmm/thread.h>
-
-#include <glibmm/threads.h>
-
#include <glibmm/arrayhandle.h>
#include <glibmm/balancedtree.h>
#include <glibmm/base64.h>
@@ -140,7 +134,6 @@
#include <glibmm/slisthandle.h>
#include <glibmm/spawn.h>
#include <glibmm/stringutils.h>
-#include <glibmm/threadpool.h>
#include <glibmm/timer.h>
#include <glibmm/timeval.h>
#include <glibmm/timezone.h>