removed some commented out code

This commit is contained in:
rods%netscape.com 1999-04-20 18:11:07 +00:00
parent 79d1b8f8ef
commit e7712e26d5

View File

@ -202,10 +202,7 @@ STDMETHODIMP nsNativeDragTarget::Drop(LPDATAOBJECT pIDataSource,
if (DRAG_DEBUG) printf("Drop\n");
if (mDragService) {
// Clear the native clipboard
//::OleFlushClipboard();
//::OleSetClipboard(pIDataSource);
nsDragService * dragService = (nsDragService *)mDragService;
dragService->SetIDataObject(pIDataSource);