summaryrefslogtreecommitdiff
path: root/pango/modules.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-06-08 18:48:32 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-06-08 18:48:32 +0000
commit1e916c95bb218660ed34e9d712969462d9d9c161 (patch)
tree61eb5424ddc5f16b9524d0278893797d1e6079ba /pango/modules.h
parent40bf30500165bd6a5116dc5214890781eb156a8c (diff)
downloadpango-1e916c95bb218660ed34e9d712969462d9d9c161.tar.gz
*** empty log message ***
Diffstat (limited to 'pango/modules.h')
-rw-r--r--pango/modules.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/pango/modules.h b/pango/modules.h
index 3b0ca0e6..2ddc4999 100644
--- a/pango/modules.h
+++ b/pango/modules.h
@@ -25,15 +25,7 @@
#define __MODULES_H__
typedef struct _PangoIncludedModule PangoIncludedModule;
-typedef struct _PangoMap PangoMap;
-typedef struct _PangoMapEntry PangoMapEntry;
-
-struct _PangoMapEntry
-{
- PangoEngineInfo *info;
- gboolean is_exact;
-};
struct _PangoIncludedModule
{
void (*list) (PangoEngineInfo **engines, int *n_engines);
@@ -41,14 +33,6 @@ struct _PangoIncludedModule
void (*unload) (PangoEngine *engine);
};
-PangoMap * _pango_find_map (const char *lang,
- guint engine_type_id,
- guint render_type_id);
-PangoMapEntry *_pango_map_get_entry (PangoMap *map,
- guint32 wc);
-PangoEngine * _pango_map_get_engine (PangoMap *map,
- guint32 wc);
-
extern PangoIncludedModule _pango_included_modules[];
#endif /* __MODULES_H__ */