diff options
Diffstat (limited to 'plugins/smu-sys')
-rw-r--r-- | plugins/smu-sys/smu-sys-plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/smu-sys/smu-sys-plugin.c b/plugins/smu-sys/smu-sys-plugin.c index 22f97f0..fbf3ff6 100644 --- a/plugins/smu-sys/smu-sys-plugin.c +++ b/plugins/smu-sys/smu-sys-plugin.c @@ -40,7 +40,6 @@ const gchar *plugin_name = "smu-sys"; #define TEMPERATURE "-temp" #define FAN_SPEED "-fan" - enum { SMU_SYS_DEVICE_FILE_OPEN_ERROR, SMU_SYS_DEVICE_FILE_READ_ERROR @@ -110,7 +109,6 @@ static void smu_sys_plugin_test_sensor(GList **sensors, const gchar *path) { g_free(filename); } - /* to be called to setup for sys sensors */ GList *smu_sys_plugin_init(void) { GList *sensors = NULL; |