summaryrefslogtreecommitdiff
path: root/src/smooth_refresh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smooth_refresh.h')
-rw-r--r--src/smooth_refresh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/smooth_refresh.h b/src/smooth_refresh.h
index 92039e0..4e057d8 100644
--- a/src/smooth_refresh.h
+++ b/src/smooth_refresh.h
@@ -7,8 +7,6 @@
using std::string;
-
-
class SmoothRefresh
{
public:
@@ -45,7 +43,6 @@ class SmoothRefresh
*/
bool get(guint &new_interval);
-
static const string KEY;
static const bool KEY_DEFAULT_VALUE;
@@ -99,5 +96,4 @@ class SmoothRefresh
guint64 last_cpu_time;
};
-
#endif /* _PROCMAN_SMOOTH_REFRESH */