[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 27/27: Remove unnessary comments

noreply at xfce.org noreply at xfce.org
Tue May 31 21:30:10 CEST 2016


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-genmon-plugin.

commit 8822f343ba668b6954d1e46540e52f2c6b489f5f
Author: ToZ <toz at localhost.localdomain>
Date:   Sat May 21 21:02:25 2016 -0400

    Remove unnessary comments
---
 panel-plugin/main.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 5150287..63def58 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -597,20 +597,6 @@ static void UpdateConf (void *p_pvPlugin)
 
 /**************************************************************/
 
-/*
-static void About (GtkWidget *w, void *unused)
-// Called back when the About button in clicked 
-{
-    xfce_dialog_show_info (NULL,
-        _("Cyclically spawns a script/program, captures its output "
-        "and displays the resulting string in the panel\n\n"
-        "(c) 2004 Roger Seguin <roger_seguin at msn.com>\n"
-        "(c) 2006 Julien Devemy <jujucece at gmail.com>"),
-        _("%s %s - Generic Monitor"),
-        PACKAGE, VERSION);
-}
-*/
-
 static void About (XfcePanelPlugin *plugin)
 { 
   GdkPixbuf *icon;
@@ -622,8 +608,6 @@ static void About (XfcePanelPlugin *plugin)
       NULL
     };
 
-  //g_return_if_fail (IS_PULSEAUDIO_PLUGIN (plugin));
-
   icon = xfce_panel_pixbuf_from_source ("utilities-system-monitor", NULL, 32);
   gtk_show_about_dialog (NULL,
                          "logo",         icon,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list