Remove not-used-anymore setReferenceCount
This commit is contained in:
parent
1079800376
commit
89976def57
@ -135,15 +135,6 @@ namespace irr
|
|||||||
return ReferenceCounter;
|
return ReferenceCounter;
|
||||||
}
|
}
|
||||||
|
|
||||||
//! Sets the reference count.
|
|
||||||
/** Use with extreme caution, since using it incorrectly results in memory
|
|
||||||
corruption or memory leaks. This method is only implemented for 'hollow'
|
|
||||||
copies of ScalableFont (an STK extention). */
|
|
||||||
void setReferenceCount(s32 n)
|
|
||||||
{
|
|
||||||
ReferenceCounter = n;
|
|
||||||
}
|
|
||||||
|
|
||||||
//! Returns the debug name of the object.
|
//! Returns the debug name of the object.
|
||||||
/** The Debugname may only be set and changed by the object
|
/** The Debugname may only be set and changed by the object
|
||||||
itself. This method should only be used in Debug mode.
|
itself. This method should only be used in Debug mode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user