]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/ScintillaWX.h
another wxFont OS2 blind build fix
[wxWidgets.git] / src / stc / ScintillaWX.h
index 66345d16d27ae8dc8675af75f7fadeb056f76cc0..576229389b994ff54e4e649ca77ee31709827dbe 100644 (file)
@@ -148,7 +148,6 @@ public:
     int  DoKeyDown(const wxKeyEvent& event, bool* consumed);
     void DoTick() { Tick(); }
     void DoOnIdle(wxIdleEvent& evt);
-    void DoStartDrag();
 
 #if wxUSE_DRAG_AND_DROP
     bool DoDropText(long x, long y, const wxString& data);
@@ -180,7 +179,6 @@ private:
 #if wxUSE_DRAG_AND_DROP
     wxSTCDropTarget*    dropTarget;
     wxDragResult        dragResult;
-    wxTimer*            startDragTimer;
 #endif
 
     int                 wheelRotation;