diff options
author | rbuj <[email protected]> | 2021-10-27 17:46:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-21 15:08:09 +0100 |
commit | 8281e9833a31d8731e8dd405fea2b1138dcc4ff8 (patch) | |
tree | d1bc46ccb1855b1fb892779f25a2a333a9962820 /mateweather/src/mateweather-pref.h | |
parent | bb0195c17052309b55c23629e24465e1ef4dc70c (diff) | |
download | mate-applets-8281e9833a31d8731e8dd405fea2b1138dcc4ff8.tar.bz2 mate-applets-8281e9833a31d8731e8dd405fea2b1138dcc4ff8.tar.xz |
Use a blank line at most
Diffstat (limited to 'mateweather/src/mateweather-pref.h')
-rw-r--r-- | mateweather/src/mateweather-pref.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mateweather/src/mateweather-pref.h b/mateweather/src/mateweather-pref.h index f3cc901b..c2470a78 100644 --- a/mateweather/src/mateweather-pref.h +++ b/mateweather/src/mateweather-pref.h @@ -40,7 +40,6 @@ struct _MateWeatherPref MateWeatherPrefPrivate *priv; }; - struct _MateWeatherPrefClass { GtkDialogClass parent_class; @@ -49,10 +48,8 @@ struct _MateWeatherPrefClass GType mateweather_pref_get_type (void); GtkWidget *mateweather_pref_new (MateWeatherApplet *applet); - void set_access_namedesc (GtkWidget *widget, const gchar *name, const gchar *desc); - G_END_DECLS #endif /* __MATEWEATHER_PREF_H */ |