summaryrefslogtreecommitdiffstats
path: root/src/game/client/metrics.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/metrics.hh')
-rw-r--r--src/game/client/metrics.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/game/client/metrics.hh b/src/game/client/metrics.hh
deleted file mode 100644
index 1f13761..0000000
--- a/src/game/client/metrics.hh
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef CLIENT_METRICS_HH
-#define CLIENT_METRICS_HH 1
-#pragma once
-
-namespace metrics
-{
-void init(void);
-void layout(void);
-} // namespace metrics
-
-#endif // CLIENT_METRICS_HH