mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
remove traces
This commit is contained in:
parent
15c4184ee7
commit
2ebda90890
@ -18,16 +18,13 @@ DCtlHandle GetDCtlEntry(short refNum)
|
||||
|
||||
count = LMGetUnitTableEntryCount();
|
||||
currentHandle = (DCtlEntry ***) LMGetUTableBase();
|
||||
printf("\ndctlref ");
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
if (!currentHandle[i])
|
||||
continue;
|
||||
currentPtr = *(currentHandle[i]);
|
||||
printf("%d \n", currentPtr->dCtlRefNum);
|
||||
if (currentPtr->dCtlRefNum == refNum)
|
||||
return currentHandle[i];
|
||||
}
|
||||
printf("\n");
|
||||
return (DCtlHandle)0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user