Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 20, 2025
1 parent 645712b commit 575e120
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Widgets/MultitaskingView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Gala {

private IconGroupContainer icon_groups;
private Clutter.Actor workspaces;
private Clutter.Actor dock_clones;
private Clutter.Actor primary_monitor_container;
private Clutter.BrightnessContrastEffect brightness_effect;

Expand Down Expand Up @@ -83,8 +82,6 @@ namespace Gala {

icon_groups = new IconGroupContainer (display.get_monitor_scale (display.get_primary_monitor ()));

dock_clones = new Clutter.Actor ();

brightness_effect = new Clutter.BrightnessContrastEffect ();
update_brightness_effect ();

Expand All @@ -101,7 +98,6 @@ namespace Gala {
primary_monitor_container.add_child (icon_groups);
primary_monitor_container.add_child (workspaces);
add_child (primary_monitor_container);
add_child (dock_clones);

unowned var manager = display.get_workspace_manager ();
manager.workspace_added.connect (add_workspace);
Expand Down Expand Up @@ -631,7 +627,6 @@ namespace Gala {
wm.background_group.hide ();
wm.window_group.hide ();
wm.top_window_group.hide ();
// wm.shell_group.hide ();
show ();
grab_key_focus ();

Expand Down Expand Up @@ -694,9 +689,6 @@ namespace Gala {
wm.background_group.show ();
wm.window_group.show ();
wm.top_window_group.show ();
wm.shell_group.show ();

dock_clones.destroy_all_children ();

wm.pop_modal (modal_proxy);
}
Expand Down

0 comments on commit 575e120

Please sign in to comment.