diff options
author | dynaflash <[email protected]> | 2011-05-19 19:27:57 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2011-05-19 19:27:57 +0000 |
commit | 43e8ef8651cc4d1b9529885dace646c4a9566e14 (patch) | |
tree | 8f24b3c70c591aa7d0c2d25ac46a6c919e0ced73 /macosx/PictureController.m | |
parent | 203d04750f93eb9d2b08cc5cb5b8ad2d28fad1ba (diff) |
MacGui: Remove unused variables to suppress warnings at compile time
- As per https://reviews.handbrake.fr/r/87/
- Patch by blindjimmy ... thanks!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3984 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.m')
-rw-r--r-- | macosx/PictureController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/PictureController.m b/macosx/PictureController.m index 78174102e..d85113123 100644 --- a/macosx/PictureController.m +++ b/macosx/PictureController.m @@ -72,7 +72,6 @@ - (IBAction) resizeInspectorForTab: (id)sender { NSRect frame = [[self window] frame]; - NSPoint windowOrigin = [[self window] frame].origin; NSSize screenSize = [[[self window] screen] frame].size; NSPoint screenOrigin = [[[self window] screen] frame].origin; |