From: Vadim Zeitlin Date: Fri, 30 Nov 2007 20:16:40 +0000 (+0000) Subject: last commit resolved the conflict incorrectly, undoing it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6efc1b30d6ecd3dbae05a562a40ce48d3c3b5f7b last commit resolved the conflict incorrectly, undoing it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dcbufcmn.cpp b/src/common/dcbufcmn.cpp index ef8b9a34e6..4d4083603e 100644 --- a/src/common/dcbufcmn.cpp +++ b/src/common/dcbufcmn.cpp @@ -91,9 +91,6 @@ bool wxSharedDCBufferManager::ms_usingSharedBuffer = false; IMPLEMENT_DYNAMIC_CLASS(wxSharedDCBufferManager, wxModule) -IMPLEMENT_DYNAMIC_CLASS(wxBufferedDC, wxMemoryDC) -IMPLEMENT_ABSTRACT_CLASS(wxBufferedPaintDC, wxBufferedDC) - // ============================================================================ // wxBufferedDC // ============================================================================