Nuke nearly all of the unused local variables

This commit is contained in:
2014-04-15 02:54:16 -04:00
parent e73d14e0ee
commit 2b924101d6
22 changed files with 17 additions and 95 deletions

View File

@@ -41,7 +41,7 @@ NSImage* ImageFromURL(CFURLRef url){
CursorRef CreateCursorFromFile(const char* path, float hotSpotX, float hotSpotY){
FSRef ref;
OSStatus err = FSPathMakeRef((UInt8*)path, &ref, NULL);
FSPathMakeRef((UInt8*)path, &ref, NULL);
CFURLRef imgPath = CFURLCreateFromFSRef(NULL, &ref);
#if 0
static BOOL inited = NO;