From 4e7eba2f11afeb69d57f2e80cb66a61eb0ddbb03 Mon Sep 17 00:00:00 2001 From: eshanized Date: Thu, 2 Jan 2025 13:06:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20remove=20unused=20functio?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/share/snigdhaos-welcome/ui/GUI.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/usr/share/snigdhaos-welcome/ui/GUI.py b/usr/share/snigdhaos-welcome/ui/GUI.py index 0d1f71c..705856a 100644 --- a/usr/share/snigdhaos-welcome/ui/GUI.py +++ b/usr/share/snigdhaos-welcome/ui/GUI.py @@ -153,19 +153,6 @@ def GUI(self, Gtk, GdkPixbuf): "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 tw_event = Gtk.EventBox() pbtw = GdkPixbuf.Pixbuf().new_from_file_at_size(