summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-09-20 05:40:52 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-09-20 05:40:52 +0300
commitdee9169de9da88cec9ce842249aee8e150ac8f79 (patch)
tree246f486dfda34d71f44b92ef9ad12aa5752713b6
parent56fb23d8dab289dbc1c586e4c6b29a4cb000346e (diff)
downloadmetacity-dee9169de9da88cec9ce842249aee8e150ac8f79.tar.gz
fix redundant redeclaration warnings in theme.h
-rw-r--r--src/ui/theme.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h
index c5f5ada2..729f95d8 100644
--- a/src/ui/theme.h
+++ b/src/ui/theme.h
@@ -1020,9 +1020,6 @@ void meta_style_info_set_flags (MetaStyleInfo *style_info,
PangoFontDescription* meta_style_info_create_font_desc (MetaStyleInfo *style_info);
-void meta_style_info_set_flags (MetaStyleInfo *style_info,
- MetaFrameFlags flags);
-
void meta_theme_draw_frame (MetaTheme *theme,
MetaStyleInfo *style_info,
cairo_t *cr,