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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue