Drop some dead code

There were some internal uses of GdkEventFunc. Thankfully,
they were unused, so lets just drop them.
This commit is contained in:
Matthias Clasen 2019-02-23 13:56:07 -05:00
parent cc2c39209c
commit 08badd23cd
2 changed files with 0 additions and 16 deletions

View File

@ -108,14 +108,6 @@
* of deprecated GDK APIs.
*/
typedef struct _GdkPredicate GdkPredicate;
struct _GdkPredicate
{
GdkEventFunc func;
gpointer data;
};
typedef struct _GdkThreadsDispatch GdkThreadsDispatch;
struct _GdkThreadsDispatch

View File

@ -78,14 +78,6 @@
* ]|
*/
typedef struct _GdkPredicate GdkPredicate;
struct _GdkPredicate
{
GdkEventFunc func;
gpointer data;
};
/* non-GDK previous error handler */
typedef int (*GdkXErrorHandler) (Display *, XErrorEvent *);
static GdkXErrorHandler _gdk_old_error_handler;