Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Sep 18, 2024
1 parent 1294670 commit 1c52f49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Widgets/IndicatorEntry.vala
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ public class Wingpanel.Widgets.IndicatorEntry : Gtk.Box {
}
});

// scroll_event.connect ((e) => {
// return display_widget.scroll_event (e);
// });

// button_press_event.connect ((e) => display_widget.button_press_event (e));

gesture_controller = new Gtk.GestureClick ();
add_controller (gesture_controller);
gesture_controller.pressed.connect (() => {
Expand Down

0 comments on commit 1c52f49

Please sign in to comment.