1
0
Fork 0

window-private: Remove duplicate definition

We already publicly expose meta_window_change_workspace, but it's still
listed in window-private.h. Remove the duplicate definition.
This commit is contained in:
Jasper St. Pierre 2014-12-28 19:36:35 -08:00
parent d45080d32e
commit 55df99447a

View file

@ -540,9 +540,6 @@ void meta_window_resize_frame_with_gravity (MetaWindow *window,
int h,
int gravity);
void meta_window_change_workspace (MetaWindow *window,
MetaWorkspace *workspace);
/* Return whether the window should be currently mapped */
gboolean meta_window_should_be_showing (MetaWindow *window);