window-x11: Remove double definition of MetaStack

In commit c05fe4ae9 we introduced a double definition of MetaStack due to a
wrong cherry-pick conflict resolution.

Fix this by removing the invalid duplicated line.

Related to https://gitlab.gnome.org/GNOME/mutter/merge_requests/688
This commit is contained in:
Marco Trevisan (Treviño) 2019-07-18 11:33:55 +02:00
parent c05fe4ae98
commit 2a81dc45e7

View File

@ -852,7 +852,6 @@ maybe_focus_default_window (MetaDisplay *display,
{
MetaWorkspace *workspace;
MetaStack *stack = display->stack;
MetaStack *stack = workspace->display->stack;
g_autoptr (GList) focusable_windows = NULL;
g_autoptr (GQueue) focus_candidates = NULL;
GList *l;