mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Don't include the builtin sequence table in multiple places
The table is defined as static const guint16 [], so it really should only be included in one source file.
This commit is contained in:
parent
3c4f36f622
commit
6f74de5331
@ -39,6 +39,7 @@
|
||||
#include "gtkcomposetable.h"
|
||||
|
||||
#include "gtkimcontextsimpleprivate.h"
|
||||
#include "gtkimcontextsimpleseqs.h"
|
||||
|
||||
/**
|
||||
* SECTION:gtkimcontextsimple
|
||||
|
@ -22,13 +22,6 @@
|
||||
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
|
||||
/* This file contains the table of the compose sequences,
|
||||
* static const guint16 gtk_compose_seqs_compact[] = {}
|
||||
* IT is generated from the compose-parse.py script.
|
||||
*/
|
||||
#include "gtkimcontextsimpleseqs.h"
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
extern const GtkComposeTableCompact gtk_compose_table_compact;
|
||||
|
Loading…
Reference in New Issue
Block a user