diff options
Diffstat (limited to 'applets/inhibit')
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 1b68921..37382c4 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -89,7 +89,6 @@ static void gpm_applet_destroy_cb (GtkWidget *widget); #define MATE_PANEL_APPLET_VERTICAL(p) \ (((p) == MATE_PANEL_APPLET_ORIENT_LEFT) || ((p) == MATE_PANEL_APPLET_ORIENT_RIGHT)) - /** cookie is returned as an unsigned integer */ static gboolean gpm_applet_inhibit (GpmInhibitApplet *applet, @@ -210,7 +209,6 @@ gpm_applet_size_allocate_cb (GtkWidget *widget, gtk_image_set_pixel_size (GTK_IMAGE(applet->image), size); } - /** * gpm_applet_update_tooltip: * @applet: Inhibit applet instance @@ -357,7 +355,6 @@ gpm_inhibit_applet_class_init (GpmInhibitAppletClass *class) /* nothing to do here */ } - /** * gpm_inhibit_applet_dbus_connect: **/ |