mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
Remove some cruft from an older version of the code
This commit is contained in:
@@ -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
|
||||
|
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "gfilteroutputstream.h"
|
||||
#include "gsimpleasyncresult.h"
|
||||
#include "goutputstream.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
|
Reference in New Issue
Block a user