]> git.saurik.com Git - wxWidgets.git/commitdiff
conflicts markers removed
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Feb 2000 09:50:19 +0000 (09:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Feb 2000 09:50:19 +0000 (09:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/event.cpp

index 8843bd11c87a9a520629bf027481c1d86df05d01..d770701860cd258000accb22577839687b1e2e3e 100644 (file)
@@ -205,19 +205,6 @@ wxScrollEvent::wxScrollEvent(wxEventType commandType,
 {
     m_extraLong = orient;
     m_commandInt = pos;
-<<<<<<< event.cpp
-    m_isScrolling = TRUE;
-}
-
-void wxScrollEvent::CopyObject(wxObject& obj_d) const
-{
-    wxScrollEvent *obj = (wxScrollEvent*)&obj_d;
-
-    wxCommandEvent::CopyObject(obj_d);
-
-    obj->m_isScrolling  = m_isScrolling;
-=======
->>>>>>> 1.69
 }
 
 /*