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

@@ -145,8 +145,6 @@ struct _MetaDisplay
* multiple events with the same serial.
*/
guint focused_by_us : 1;
guint static_gravity_works : 1;
/*< private-ish >*/
guint error_trap_synced_at_last_pop : 1;