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:
parent
d45080d32e
commit
55df99447a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user