Nuke nearly all of the unused local variables
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user