* Remove call to FakeActiveX method

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1079 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-12-23 09:02:17 +00:00
parent f5031e0139
commit 13368cd288

View File

@ -20075,8 +20075,6 @@ procedure TBaseVirtualTree.DragAndDrop(AllowedEffects: Integer;
begin begin
{$ifdef Windows} {$ifdef Windows}
ActiveX.DoDragDrop(DataObject, VTVDragManager as IDropSource, AllowedEffects, @DragEffect); ActiveX.DoDragDrop(DataObject, VTVDragManager as IDropSource, AllowedEffects, @DragEffect);
{$else}
FakeActiveX.DoDragDrop(DataObject, VTVDragManager as IDropSource, AllowedEffects, @DragEffect);
{$endif} {$endif}
end; end;