Removed unused vars.
Maarten
This commit is contained in:
@@ -194,7 +194,6 @@ GHOST_SystemCarbon::GHOST_SystemCarbon() :
|
|||||||
|
|
||||||
UnsignedWide micros;
|
UnsignedWide micros;
|
||||||
::Microseconds(µs);
|
::Microseconds(µs);
|
||||||
UInt64 millis;
|
|
||||||
m_start_time = UnsignedWideToUInt64(micros)/1000;
|
m_start_time = UnsignedWideToUInt64(micros)/1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -377,14 +376,14 @@ extern "C" int GHOST_HACK_getFirstFile(char buf[512]) {
|
|||||||
|
|
||||||
OSErr GHOST_SystemCarbon::sAEHandlerLaunch(const AppleEvent *event, AppleEvent *reply, SInt32 refCon)
|
OSErr GHOST_SystemCarbon::sAEHandlerLaunch(const AppleEvent *event, AppleEvent *reply, SInt32 refCon)
|
||||||
{
|
{
|
||||||
GHOST_SystemCarbon* sys = (GHOST_SystemCarbon*) refCon;
|
//GHOST_SystemCarbon* sys = (GHOST_SystemCarbon*) refCon;
|
||||||
|
|
||||||
return noErr;
|
return noErr;
|
||||||
}
|
}
|
||||||
|
|
||||||
OSErr GHOST_SystemCarbon::sAEHandlerOpenDocs(const AppleEvent *event, AppleEvent *reply, SInt32 refCon)
|
OSErr GHOST_SystemCarbon::sAEHandlerOpenDocs(const AppleEvent *event, AppleEvent *reply, SInt32 refCon)
|
||||||
{
|
{
|
||||||
GHOST_SystemCarbon* sys = (GHOST_SystemCarbon*) refCon;
|
//GHOST_SystemCarbon* sys = (GHOST_SystemCarbon*) refCon;
|
||||||
AEDescList docs;
|
AEDescList docs;
|
||||||
SInt32 ndocs;
|
SInt32 ndocs;
|
||||||
OSErr err;
|
OSErr err;
|
||||||
@@ -426,7 +425,7 @@ OSErr GHOST_SystemCarbon::sAEHandlerOpenDocs(const AppleEvent *event, AppleEvent
|
|||||||
|
|
||||||
OSErr GHOST_SystemCarbon::sAEHandlerPrintDocs(const AppleEvent *event, AppleEvent *reply, SInt32 refCon)
|
OSErr GHOST_SystemCarbon::sAEHandlerPrintDocs(const AppleEvent *event, AppleEvent *reply, SInt32 refCon)
|
||||||
{
|
{
|
||||||
GHOST_SystemCarbon* sys = (GHOST_SystemCarbon*) refCon;
|
//GHOST_SystemCarbon* sys = (GHOST_SystemCarbon*) refCon;
|
||||||
|
|
||||||
return noErr;
|
return noErr;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user