Skip to content

Commit d170d07

Browse files
committed
remove unused pixbuf
1 parent 993333f commit d170d07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

auto_cpufreq/gui/objects.py

-5
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ class DropDownMenu(Gtk.MenuButton):
139139
def __init__(self, parent):
140140
super().__init__()
141141
self.set_halign(Gtk.Align.END)
142-
img_buffer = GdkPixbuf.Pixbuf.new_from_file_at_scale(
143-
filename="/usr/local/share/auto-cpufreq/images/menu.png",
144-
width=25,
145-
height=25,
146-
preserve_aspect_ratio=True)
147142
self.image = Gtk.Image.new_from_icon_name("open-menu-symbolic", Gtk.IconSize.MENU)
148143
self.add(self.image)
149144
self.menu = self.build_menu(parent)

0 commit comments

Comments
 (0)