mirror of
https://github.com/Snigdha-OS/snigdhaos-welcome.git
synced 2025-09-20 22:14:56 +02:00
🐛 fix: remove unused functions
This commit is contained in:
@@ -153,19 +153,6 @@ def GUI(self, Gtk, GdkPixbuf):
|
|||||||
"https://www.facebook.com/Snigdha-OS/",
|
"https://www.facebook.com/Snigdha-OS/",
|
||||||
)
|
)
|
||||||
|
|
||||||
# telegram
|
|
||||||
# tg_event = Gtk.EventBox()
|
|
||||||
# pbtg = GdkPixbuf.Pixbuf().new_from_file_at_size(
|
|
||||||
# os.path.join(base_dir, "images/tg.png"), 28, 28
|
|
||||||
# )
|
|
||||||
# tgimage = Gtk.Image().new_from_pixbuf(pbtg)
|
|
||||||
# tg_event.add(tgimage)
|
|
||||||
# tg_event.connect(
|
|
||||||
# "button_press_event",
|
|
||||||
# self.on_social_clicked,
|
|
||||||
# app_facebook,
|
|
||||||
# )
|
|
||||||
|
|
||||||
# twitter
|
# twitter
|
||||||
tw_event = Gtk.EventBox()
|
tw_event = Gtk.EventBox()
|
||||||
pbtw = GdkPixbuf.Pixbuf().new_from_file_at_size(
|
pbtw = GdkPixbuf.Pixbuf().new_from_file_at_size(
|
||||||
|
Reference in New Issue
Block a user