[gnome-applets] gweather: remove unused key from schema file



commit d8a92f19d73ef1df6e34c54a79c1cc879998d627
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Dec 7 12:38:45 2017 +0200

    gweather: remove unused key from schema file

 ....gnome.gnome-applets.gweather.gschema.xml.in.in |    5 -----
 gweather/src/gweather-pref.c                       |    1 -
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in 
b/gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in
index 608096c..a243414 100644
--- a/gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in
+++ b/gweather/org.gnome.gnome-applets.gweather.gschema.xml.in.in
@@ -20,10 +20,5 @@
       <_summary>Show notification</_summary>
       <_description>Show notifications for critical weather conditions</_description>
     </key>
-    <key name="detailed" type="b">
-      <default>false</default>
-      <_summary>Show detailed forecast</_summary>
-      <_description>If true, additional details about weather will be downloaded and shown.</_description>
-    </key>
   </schema>
 </schemalist>
diff --git a/gweather/src/gweather-pref.c b/gweather/src/gweather-pref.c
index ac21089..94bbffd 100644
--- a/gweather/src/gweather-pref.c
+++ b/gweather/src/gweather-pref.c
@@ -43,7 +43,6 @@
 #define NEVER_SENSITIVE                "never_sensitive"
 
 struct _GWeatherPrefPrivate {
-       GtkWidget *basic_detailed_btn;
        GtkWidget *basic_temp_combo;
        GtkWidget *basic_speed_combo;
        GtkWidget *basic_dist_combo;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]