From ffcd9be3548fb7ab7f86630284baee989a98ae07 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Wed, 9 Jan 2019 15:47:40 +0100 Subject: [PATCH] ResolutionsPage: remove unused variable --- piper/resolutionspage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/piper/resolutionspage.py b/piper/resolutionspage.py index 342cabd..286f777 100644 --- a/piper/resolutionspage.py +++ b/piper/resolutionspage.py @@ -57,7 +57,6 @@ class ResolutionsPage(Gtk.Box): self.init_template() self._device = ratbagd_device - self._notification_commit_timeout_id = 0 self._last_activated_row = None self._device.connect("active-profile-changed", self._on_active_profile_changed)