backends/stage: Remove unused function declaration

https://gitlab.gnome.org/GNOME/mutter/merge_requests/170
This commit is contained in:
Jonas Ådahl 2018-07-12 15:01:10 +02:00
parent 19930c6577
commit 9adf8826d2

View File

@ -42,8 +42,6 @@ void meta_stage_update_cursor_overlay (MetaStage *stage,
void meta_stage_set_active (MetaStage *stage, void meta_stage_set_active (MetaStage *stage,
gboolean is_active); gboolean is_active);
void meta_stage_update_view_layout (MetaStage *stage);
G_END_DECLS G_END_DECLS
#endif /* META_STAGE_PRIVATE_H */ #endif /* META_STAGE_PRIVATE_H */