window: Remove old tiling code

We'll soon replace this with a better scheme

https://bugzilla.gnome.org/show_bug.cgi?id=751857
This commit is contained in:
Jasper St. Pierre
2015-06-30 17:05:58 -07:00
parent 9ebe3419c3
commit 8bded7d497
12 changed files with 31 additions and 530 deletions

View File

@ -413,6 +413,4 @@ GList* meta_stack_get_positions (MetaStack *stack);
void meta_stack_set_positions (MetaStack *stack,
GList *windows);
void meta_stack_update_window_tile_matches (MetaStack *stack,
MetaWorkspace *workspace);
#endif