window: Remove code for static gravity resizes

It was never turned on for all the years it's been there.
This commit is contained in:
Jasper St. Pierre
2014-03-19 09:21:14 -04:00
parent 56e8c3b625
commit 63350c52cc
3 changed files with 5 additions and 84 deletions

View File

@@ -527,9 +527,6 @@ meta_display_open (void)
the_display->mouse_mode = TRUE; /* Only relevant for mouse or sloppy focus */
the_display->allow_terminal_deactivation = TRUE; /* Only relevant for when a
terminal has the focus */
/* FIXME copy the checks from GDK probably */
the_display->static_gravity_works = g_getenv ("MUTTER_USE_STATIC_GRAVITY") != NULL;
meta_bell_init (the_display);