diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-10-18 19:50:08 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-18 19:50:08 +0000 |
commit | 9aed2d156b6b6957b518b895a9040be98cd42079 (patch) | |
tree | 082ac0c8a25bf4de3791596b2bbd68a260b12f4c /pango/pango-utils.h | |
parent | 673d8cbb35bacfcfd3e3376794119a2e062d846c (diff) | |
download | pango-9aed2d156b6b6957b518b895a9040be98cd42079.tar.gz |
Remove the rest of the silly pango file-reading code from
Thu Oct 18 15:48:14 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-utils.h: Remove the rest of the
silly pango file-reading code from PANGO_ENABLE_BACKEND,
so I can use it in gtkimmodule.c. It's nothing
that should be in Pango longterm, but it's not
enough code to worry about removing before Pango-2.0.
(#61602, Sven Neumann)
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r-- | pango/pango-utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h index e45d219c..7cb1df16 100644 --- a/pango/pango-utils.h +++ b/pango/pango-utils.h @@ -25,8 +25,6 @@ char ** pango_split_file_list (const char *str); -#ifdef PANGO_ENABLE_BACKEND - char *pango_trim_string (const char *str); gint pango_read_line (FILE *stream, GString *str); @@ -38,8 +36,8 @@ gboolean pango_scan_string (const char **pos, gboolean pango_scan_int (const char **pos, int *out); +#ifdef PANGO_ENABLE_BACKEND char * pango_config_key_get (const char *key); - #endif /* PANGO_ENABLE_BACKEND */ /* Functions for parsing textual representations |