Remove no longer needed hack.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31740 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-07-24 20:53:41 +00:00
parent e0826ec8d8
commit 34c6797ed4

View File

@ -1106,7 +1106,6 @@ SourceView::TextView::MouseMoved(BPoint where, uint32 transit,
_GetSelectionRegion(region);
region.Include(&oldRegion);
Invalidate(&region);
Sync();
} else if (fTrackState == kTracking) {
_GetSelectionRegion(region);
if (region.CountRects() > 0) {