Remove file gtk/gdkkeysyms-new.h, since we now require new enough GTK+ version.

This commit is contained in:
Andrej Kacian 2018-11-29 18:40:41 +01:00
parent 44f01ab261
commit 3325a1d5a3
4 changed files with 2 additions and 2222 deletions

View file

@ -76,8 +76,7 @@ clawsgtkinclude_HEADERS = \
gtkcmctree.h \
gtkcmclist.h \
gtksctree.h \
gtkshruler.h \
gdkkeysyms-new.h
gtkshruler.h
AM_CPPFLAGS = \
-I$(srcdir)/../common \

File diff suppressed because it is too large Load diff

View file

@ -33,10 +33,6 @@
#include "gtkcmctree.h"
#ifndef GDK_KEY_Escape
#include "gdkkeysyms-new.h"
#endif
#define GTK_EVENTS_FLUSH() \
{ \
while (gtk_events_pending()) \

View file

@ -24,6 +24,7 @@
#endif
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <glib.h>
#include <glib/gi18n.h>