diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-30 16:25:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-30 16:25:08 +0000 |
| commit | 54ad34a039d5d83d61c481aaef18d1ea7876d36e (patch) | |
| tree | 789780d745ce38950ca0fdcc7aa1bbff0b62ca95 /render/theme.c | |
| parent | 9e9e6278d5497b62ee29e60a1a6b79a1d89048e1 (diff) | |
move the titlebar layout from the theme to the rc file
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/render/theme.c b/render/theme.c index b9172b69..cfbc5f9c 100644 --- a/render/theme.c +++ b/render/theme.c @@ -133,11 +133,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name) mjust = RR_JUSTIFY_CENTER; } - /* load the title layout */ - if (!read_string(db, "window.title.layout", &font_str)) - font_str = "NLIMC"; - theme->title_layout = g_strdup(font_str); - /* load direct dimensions */ if (!read_int(db, "menuOverlap", &theme->menu_overlap) || theme->menu_overlap < 0 || theme->menu_overlap > 20) @@ -732,8 +727,6 @@ void RrThemeFree(RrTheme *theme) RrFontClose(theme->mtitlefont); RrFontClose(theme->mfont); - g_free(theme->title_layout); - RrAppearanceFree(theme->a_disabled_focused_max); RrAppearanceFree(theme->a_disabled_unfocused_max); RrAppearanceFree(theme->a_hover_focused_max); |
