Remove some cruft from an older version of the code
authorDan Winship <danw@gnome.org>
Thu, 5 Jan 2012 17:57:01 +0000 (12:57 -0500)
committerDan Winship <danw@gnome.org>
Thu, 5 Jan 2012 17:57:18 +0000 (12:57 -0500)
gio/gfilterinputstream.c
gio/gfilteroutputstream.c

index c39076c..890fb6e 100644 (file)
@@ -23,7 +23,6 @@
 #include "config.h"
 #include "gfilterinputstream.h"
 #include "ginputstream.h"
-#include "gsimpleasyncresult.h"
 #include "glibintl.h"
 
 
@@ -77,8 +76,6 @@ G_DEFINE_ABSTRACT_TYPE (GFilterInputStream, g_filter_input_stream, G_TYPE_INPUT_
 typedef struct
 {
   gboolean close_base;
-  GAsyncReadyCallback outstanding_callback;
-  gpointer outstanding_user_data;
 } GFilterInputStreamPrivate;
 
 static void
index 7755b9e..6f32ce9 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "config.h"
 #include "gfilteroutputstream.h"
-#include "gsimpleasyncresult.h"
 #include "goutputstream.h"
 #include "glibintl.h"