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:
Matthias Clasen 2016-01-30 22:52:13 -05:00
parent 3c4f36f622
commit 6f74de5331
2 changed files with 1 additions and 7 deletions

View File

@ -39,6 +39,7 @@
#include "gtkcomposetable.h"
#include "gtkimcontextsimpleprivate.h"
#include "gtkimcontextsimpleseqs.h"
/**
* SECTION:gtkimcontextsimple

View File

@ -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;