Skip to content

Commit

Permalink
remove unused pixbuf
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed Feb 13, 2023
1 parent 993333f commit d170d07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions auto_cpufreq/gui/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ class DropDownMenu(Gtk.MenuButton):
def __init__(self, parent):
super().__init__()
self.set_halign(Gtk.Align.END)
img_buffer = GdkPixbuf.Pixbuf.new_from_file_at_scale(
filename="/usr/local/share/auto-cpufreq/images/menu.png",
width=25,
height=25,
preserve_aspect_ratio=True)
self.image = Gtk.Image.new_from_icon_name("open-menu-symbolic", Gtk.IconSize.MENU)
self.add(self.image)
self.menu = self.build_menu(parent)
Expand Down

0 comments on commit d170d07

Please sign in to comment.