Remove unused types

Since ClutterText now uses ClutterBindingPool there is no more
need for the internal key mapping types.
This commit is contained in:
Emmanuele Bassi 2008-12-11 12:14:53 +00:00
parent 06b00f9dfc
commit 7a93bcb64e

View File

@ -57,8 +57,6 @@
#define CLUTTER_TEXT_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), CLUTTER_TYPE_TEXT, ClutterTextPrivate))
typedef struct _LayoutCache LayoutCache;
typedef struct _TextCommand TextCommand;
typedef struct _TextMapping TextMapping;
/* Probably move into main */
static PangoContext *_context = NULL;