theme: Remove flags argument from get_frame_layout

It's unused.
This commit is contained in:
Jasper St. Pierre
2014-12-31 21:43:48 -08:00
parent 90111c03a1
commit 4673d8f245
3 changed files with 3 additions and 5 deletions

View File

@@ -394,7 +394,7 @@ meta_frames_ensure_layout (MetaFrames *frames,
META_CORE_GET_FRAME_TYPE, &type,
META_CORE_GET_END);
layout = meta_theme_get_frame_layout (meta_theme_get_default (), type, flags);
layout = meta_theme_get_frame_layout (meta_theme_get_default (), type);
if (layout != frame->cache_layout)
{