summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/BatteryMeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/htop-vim/BatteryMeter.h')
-rw-r--r--fedora/.local/bin/htop-vim/BatteryMeter.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/fedora/.local/bin/htop-vim/BatteryMeter.h b/fedora/.local/bin/htop-vim/BatteryMeter.h
deleted file mode 100644
index d0818b7..0000000
--- a/fedora/.local/bin/htop-vim/BatteryMeter.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef HEADER_BatteryMeter
-#define HEADER_BatteryMeter
-/*
-htop - BatteryMeter.h
-(C) 2004-2011 Hisham H. Muhammad
-Released under the GNU GPLv2+, see the COPYING file
-in the source distribution for its full text.
-
-This meter written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com).
-*/
-
-#include "Meter.h"
-
-
-typedef enum ACPresence_ {
- AC_ABSENT,
- AC_PRESENT,
- AC_ERROR
-} ACPresence;
-
-extern const MeterClass BatteryMeter_class;
-
-#endif