screen: Remove no-op statement

This was at one time necessary to create the cursor tracker, but
now that it's global we don't need it anymore.
This commit is contained in:
Jasper St. Pierre 2014-04-22 14:19:55 -04:00
parent 20a0eb9809
commit ca11b88fcd

View File

@ -711,7 +711,6 @@ meta_screen_new (MetaDisplay *display,
reload_monitor_infos (screen);
meta_cursor_tracker_get_for_screen (screen);
meta_screen_set_cursor (screen, META_CURSOR_DEFAULT);
/* Handle creating a no_focus_window for this screen */