made count visible setting change dynamic
[psensor.git] / src / ui_unity.h
index 50ffa1d..641c7ea 100644 (file)
@@ -26,7 +26,7 @@
 
 static inline bool ui_unity_is_supported(void) { return true; }
 
-void ui_unity_launcher_entry_update(struct psensor **, unsigned int, int);
+void ui_unity_launcher_entry_update(struct psensor **);
 
 void ui_unity_init(void);
 
@@ -35,9 +35,7 @@ void ui_unity_init(void);
 static inline bool ui_unity_is_supported(void) { return false; }
 
 static inline void
-ui_unity_launcher_entry_update(struct psensor **s,
-                              unsigned int show,
-                              int use_celsius) {}
+ui_unity_launcher_entry_update(struct psensor **s) {}
 
 static inline void ui_unity_init(void) {}