fixed memory release bugs
[psensor.git] / src / ui.h
index f6559cd..efefbce 100644 (file)
--- a/src/ui.h
+++ b/src/ui.h
@@ -58,15 +58,6 @@ struct ui_psensor {
        int graph_update_interval;
 
        GMutex *sensors_mutex;
-
-#ifdef HAVE_LIBNOTIFY
-       /* Time of the last notification */
-       struct timeval *notification_last_time;
-#endif
-
-#if defined(HAVE_APPINDICATOR) || defined(HAVE_APPINDICATOR_029)
-       AppIndicator *indicator;
-#endif
 };
 
 /*