summaryrefslogtreecommitdiff
path: root/sensors-applet/sensors-applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'sensors-applet/sensors-applet.h')
-rw-r--r--sensors-applet/sensors-applet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sensors-applet/sensors-applet.h b/sensors-applet/sensors-applet.h
index db42581..98473ed 100644
--- a/sensors-applet/sensors-applet.h
+++ b/sensors-applet/sensors-applet.h
@@ -59,7 +59,6 @@ static const gchar * const stock_icons[NUM_ICONS] = {
#define UNITS_VOLTAGE _("V")
#define UNITS_CURRENT _("A")
-
/* enumeration used to identify columns in the GtkTreeStore data structure */
enum {
PATH_COLUMN = 0,
@@ -83,7 +82,6 @@ enum {
N_COLUMNS
};
-
/* for display mode */
typedef enum {
DISPLAY_LABEL_WITH_VALUE = 0,
@@ -145,7 +143,6 @@ struct _SensorsApplet {
gboolean show_tooltip;
};
-
/* non-static function prototypes */
void sensors_applet_init(SensorsApplet *sensors_applet);
void sensors_applet_sensor_enabled(SensorsApplet *sensors_applet, GtkTreePath *path);