mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove deprecated SharedPtr::getObject
This commit is contained in:
@@ -216,14 +216,6 @@ public:
|
||||
return m_p;
|
||||
}
|
||||
|
||||
/** Returns the object that this pointer references if any, else nullptr.
|
||||
DEPRECATED
|
||||
*/
|
||||
T* getObject () const noexcept
|
||||
{
|
||||
return m_p;
|
||||
}
|
||||
|
||||
private:
|
||||
// Acquire a reference to u for the caller.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user