aboutsummaryrefslogtreecommitdiffstats
path: root/src/hwstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hwstate.h')
-rw-r--r--src/hwstate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hwstate.h b/src/hwstate.h
index fd53e71..b8c2ba0 100644
--- a/src/hwstate.h
+++ b/src/hwstate.h
@@ -43,9 +43,5 @@ void init_hwstate(struct HWState *s);
void modify_hwstate(struct HWState *s,
const struct HWData *hw,
const struct Capabilities *caps);
-void output_hwstate(const struct HWState *s);
-
-const struct FingerState *find_finger(const struct HWState *s, int id);
-int count_fingers(const struct HWState *s);
#endif