summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/SwapMeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/htop-vim/SwapMeter.h')
-rw-r--r--fedora/.local/bin/htop-vim/SwapMeter.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/fedora/.local/bin/htop-vim/SwapMeter.h b/fedora/.local/bin/htop-vim/SwapMeter.h
deleted file mode 100644
index b71e83f..0000000
--- a/fedora/.local/bin/htop-vim/SwapMeter.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef HEADER_SwapMeter
-#define HEADER_SwapMeter
-/*
-htop - SwapMeter.h
-(C) 2004-2011 Hisham H. Muhammad
-Released under the GNU GPLv2+, see the COPYING file
-in the source distribution for its full text.
-*/
-
-#include "Meter.h"
-
-typedef enum {
- SWAP_METER_USED = 0,
- SWAP_METER_CACHE = 1,
- SWAP_METER_ITEMCOUNT = 2, // number of entries in this enum
-} SwapMeterValues;
-
-extern const MeterClass SwapMeter_class;
-
-#endif