gtk/: fully remove gtkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
This commit is contained in:
@ -37,7 +37,6 @@
|
||||
#include "gtkprinter.h"
|
||||
#include "gtkprinter-private.h"
|
||||
#include "gtkprintbackend.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
@ -684,7 +683,3 @@ gtk_print_job_send (GtkPrintJob *job,
|
||||
priv->spool_io,
|
||||
callback, user_data, dnotify);
|
||||
}
|
||||
|
||||
|
||||
#define __GTK_PRINT_JOB_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
||||
Reference in New Issue
Block a user