netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=10abee7ae0ee0cbcf596e40ad3330a2e6b9bb85a

commit 10abee7ae0ee0cbcf596e40ad3330a2e6b9bb85a
Author: Alastair Poole <m...@alastairpoole.com>
Date:   Wed Nov 3 14:41:16 2021 +0000

    tree: rm unused header.
---
 src/bin/evisum_system.h | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/bin/evisum_system.h b/src/bin/evisum_system.h
deleted file mode 100644
index f826cb2..0000000
--- a/src/bin/evisum_system.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef EVISUM_SYSTEM_H
-#define EVISUM_SYSTEM_H
-
-typedef struct _Evisum_System
-{
-   struct
-   {
-      int        count;
-      Eina_List *cores;
-      int        freq_min, freq_max;
-      int        temp_min, temp_max;
-   } cpu;
-
-} Evisum_System;
-
-#endif

-- 


Reply via email to