Remove unused types
Since ClutterText now uses ClutterBindingPool there is no more need for the internal key mapping types.
This commit is contained in:
parent
06b00f9dfc
commit
7a93bcb64e
@ -57,8 +57,6 @@
|
|||||||
#define CLUTTER_TEXT_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), CLUTTER_TYPE_TEXT, ClutterTextPrivate))
|
#define CLUTTER_TEXT_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), CLUTTER_TYPE_TEXT, ClutterTextPrivate))
|
||||||
|
|
||||||
typedef struct _LayoutCache LayoutCache;
|
typedef struct _LayoutCache LayoutCache;
|
||||||
typedef struct _TextCommand TextCommand;
|
|
||||||
typedef struct _TextMapping TextMapping;
|
|
||||||
|
|
||||||
/* Probably move into main */
|
/* Probably move into main */
|
||||||
static PangoContext *_context = NULL;
|
static PangoContext *_context = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user