summaryrefslogtreecommitdiff
path: root/src/ui/theme-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme-parser.c')
-rw-r--r--src/ui/theme-parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/theme-parser.c b/src/ui/theme-parser.c
index 66130459..a200876c 100644
--- a/src/ui/theme-parser.c
+++ b/src/ui/theme-parser.c
@@ -151,7 +151,6 @@ static void push_state (ParseInfo *info,
static void pop_state (ParseInfo *info);
static ParseState peek_state (ParseInfo *info);
-
static void parse_toplevel_element (GMarkupParseContext *context,
const gchar *element_name,
const gchar **attribute_names,
@@ -3133,7 +3132,6 @@ parse_style_set_element (GMarkupParseContext *context,
return;
}
-
frame_resize = meta_frame_resize_from_string (resize);
if (frame_resize == META_FRAME_RESIZE_LAST)
{