// Name: src/motif/dnd.cpp
// Purpose: wxDropTarget, wxDropSource classes
// Author: Julian Smart
-// Id: $Id$
// Copyright: (c) 1998 Julian Smart
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
{
#if 0
m_window = win;
- m_data = (wxDataObject *) NULL;
+ m_data = NULL;
m_retValue = wxDragCancel;
m_defaultCursor = wxCursor( wxCURSOR_NO_ENTRY );