Remove unused variables

This commit is contained in:
alfrix
2022-03-14 19:21:39 -03:00
committed by Alfredo Monclus
parent 5899c8feab
commit ee0cc9ca10
12 changed files with 10 additions and 25 deletions

View File

@@ -23,7 +23,6 @@ class ScreenPanel:
self.layout = Gtk.Layout()
self.layout.set_size(self._screen.width, self._screen.height)
action_bar_width = self._gtk.get_action_bar_width() if action_bar is True else 0
self.content = Gtk.Box(spacing=0)
def initialize(self, panel_name):