aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup d/Mouse.h
diff options
context:
space:
mode:
authorTeddy Wing2016-11-16 04:19:51 -0500
committerTeddy Wing2016-11-16 04:19:51 -0500
commitfbea67769cdc92d6ca67b0bff3b40d0387c088cb (patch)
tree85d937d02ddd11810de9807a8b3ef98cf36a13cc /Low Battery Yup d/Mouse.h
parent1832514ab872dec621d5f403eb5328167b3da033 (diff)
downloadLow-Battery-Yup-fbea67769cdc92d6ca67b0bff3b40d0387c088cb.tar.bz2
Mouse: Move `centerPoint` back to `moveToCenter`
This method isn't reused anywhere so it can go back into the `moveToCenter` method. Originally created before `_cursor_position`. See 1832514ab872dec621d5f403eb5328167b3da033.
Diffstat (limited to 'Low Battery Yup d/Mouse.h')
-rw-r--r--Low Battery Yup d/Mouse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Low Battery Yup d/Mouse.h b/Low Battery Yup d/Mouse.h
index d34e715..fbcd43a 100644
--- a/Low Battery Yup d/Mouse.h
+++ b/Low Battery Yup d/Mouse.h
@@ -13,7 +13,6 @@
CGPoint _cursor_position;
}
-- (CGPoint)centerPoint;
- (void)moveToPoint:(CGPoint)point;
- (void)moveToCenter;
- (void)click;