diff options
author | rbuj <[email protected]> | 2021-10-27 18:02:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:21:36 +0100 |
commit | 09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6 (patch) | |
tree | 56cfb36680aa163f98f4aea05237882be00f8069 /applets/notification_area/main.c | |
parent | 7ded0f4d0a518169453c90f3c278f78e7345051b (diff) | |
download | mate-panel-09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6.tar.bz2 mate-panel-09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6.tar.xz |
Use a blank line at most
Diffstat (limited to 'applets/notification_area/main.c')
-rw-r--r-- | applets/notification_area/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/notification_area/main.c b/applets/notification_area/main.c index 2f0dafdb..7aff4288 100644 --- a/applets/notification_area/main.c +++ b/applets/notification_area/main.c @@ -73,7 +73,6 @@ static void (*parent_class_style_updated) (GtkWidget *widget); static void (*parent_class_change_background)(MatePanelApplet* panel_applet, MatePanelAppletBackgroundType type, GdkRGBA* color, cairo_pattern_t* pattern); static void (*parent_class_change_orient)(MatePanelApplet *panel_applet, MatePanelAppletOrient orient); - #ifdef PROVIDE_WATCHER_SERVICE /* Quite dirty way of providing the org.kde.StatusNotifierWatcher service * ourselves, in case the session doesn't already */ @@ -103,7 +102,6 @@ sn_watcher_service_ref (void) } #endif - static GtkOrientation get_gtk_orientation_from_applet_orient (MatePanelAppletOrient orient) { @@ -300,7 +298,6 @@ static const GtkActionEntry menu_actions [] = { G_CALLBACK (about_cb) } }; - static void na_tray_applet_realize (GtkWidget *widget) { |