[glib] Remove some cruft from an older version of the code
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove some cruft from an older version of the code
- Date: Thu, 5 Jan 2012 17:57:22 +0000 (UTC)
commit 0da8db52cdd928809dc7e78c951ecbb19c51c0a2
Author: Dan Winship <danw gnome org>
Date: Thu Jan 5 12:57:01 2012 -0500
Remove some cruft from an older version of the code
gio/gfilterinputstream.c | 3 ---
gio/gfilteroutputstream.c | 1 -
2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gio/gfilterinputstream.c b/gio/gfilterinputstream.c
index c39076c..890fb6e 100644
--- a/gio/gfilterinputstream.c
+++ b/gio/gfilterinputstream.c
@@ -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
diff --git a/gio/gfilteroutputstream.c b/gio/gfilteroutputstream.c
index 7755b9e..6f32ce9 100644
--- a/gio/gfilteroutputstream.c
+++ b/gio/gfilteroutputstream.c
@@ -22,7 +22,6 @@
#include "config.h"
#include "gfilteroutputstream.h"
-#include "gsimpleasyncresult.h"
#include "goutputstream.h"
#include "glibintl.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]