summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2017-03-19 19:34:37 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2017-03-19 19:34:37 +0100
commitbc8d88079391a8f4f336ea16585b8ed1bcd46358 (patch)
tree45ea9495f8c0ef0f5a8bad4781f70cb111fcee44 /glib/glibmm.h
parentc5fff7f4a03d2ca97ba7269e0d5145f22422ff9a (diff)
downloadglibmm-bc8d88079391a8f4f336ea16585b8ed1bcd46358.tar.gz
Glib::IOChannel, StreamIOChannel: Remove deprecated parts
* glib/glibmm.h: Remove streamiochannel.h. * glib/glibmm/filelist.am: Remove streamiochannel.[cc|h]. * glib/glibmm/streamiochannel.[cc|h]: Removed files. * glib/src/iochannel.[ccg|hg]: Remove the default constructor and the deprecated virtual functions. In .ccg, remove the local GlibmmIOChannel class. It's useless without the virtual functions, as is the default ctor.
Diffstat (limited to 'glib/glibmm.h')
-rw-r--r--glib/glibmm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index f3e01c17..f6226d65 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -109,7 +109,6 @@
#include <glibmm/iochannel.h>
#include <glibmm/init.h>
#include <glibmm/keyfile.h>
-#include <glibmm/streamiochannel.h>
#include <glibmm/listhandle.h>
#include <glibmm/main.h>
#include <glibmm/markup.h>