diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-04 07:14:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-04 07:14:25 +0000 |
| commit | d0f9d647aaed5c9f2d3cc3a16cc2d4b717622bc0 (patch) | |
| tree | c77d8abca043b0b58b650937b4640fcc00d749ed /render/render.h | |
| parent | 43d0f79057c1c4dfa1999db8fd6d9f48e5b47951 (diff) | |
remove the font code for parsing Xft font strings. we are using the individual values specified in the user's configuration now, no longer using the strings from the theme file at all
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/render/render.h b/render/render.h index 0b8d3b4c..713e2f12 100644 --- a/render/render.h +++ b/render/render.h @@ -227,7 +227,6 @@ RrAppearance *RrAppearanceNew (const RrInstance *inst, gint numtex); RrAppearance *RrAppearanceCopy (RrAppearance *a); void RrAppearanceFree (RrAppearance *a); -RrFont *RrFontOpenByString (const RrInstance *inst, gchar *fontstring); RrFont *RrFontOpen (const RrInstance *inst, gchar *name, gint size, RrFontWeight weight, RrFontSlant slant, gboolean shadow, gint shadowoffset, |
