mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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:
parent
20a0eb9809
commit
ca11b88fcd
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user