X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..b18f44e244dacb180079e93fd3692ae76ffae75f:/src/common/object.cpp diff --git a/src/common/object.cpp b/src/common/object.cpp index f43f2b2d99..78f63ab0a8 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -283,15 +283,6 @@ wxObject *wxCreateDynamicObject(const wxChar *name) // wxObject // ---------------------------------------------------------------------------- -// Initialize ref data from another object (needed for copy constructor and -// assignment operator) -void wxObject::InitFrom(const wxObject& other) -{ - m_refData = other.m_refData; - if ( m_refData ) - m_refData->m_count++; -} - void wxObject::Ref(const wxObject& clone) { #if defined(__WXDEBUG__) || wxUSE_DEBUG_CONTEXT