diff options
| author | Teddy Wing | 2016-11-16 04:19:51 -0500 |
|---|---|---|
| committer | Teddy Wing | 2016-11-16 04:19:51 -0500 |
| commit | fbea67769cdc92d6ca67b0bff3b40d0387c088cb (patch) | |
| tree | 85d937d02ddd11810de9807a8b3ef98cf36a13cc /Low Battery Yup d/Mouse.h | |
| parent | 1832514ab872dec621d5f403eb5328167b3da033 (diff) | |
| download | Low-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.h | 1 |
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; |
