mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Remove some cruft from an older version of the code
This commit is contained in:
parent
382341dd99
commit
0da8db52cd
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user