code cleanup
[psensor.git] / src / lib / cpu.h
index 7acc4eb..81493e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2013 jeanfi@gmail.com
+ * Copyright (C) 2010-2014 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -29,6 +29,4 @@ void cpu_psensor_list_update(struct psensor **);
 struct psensor **cpu_psensor_list_add(struct psensor **,
                                      int values_max_len);
 
-void cpu_cleanup();
-
 #endif