X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/525fbb22d22f0c8b8d5e13440fa1328bd56036db..169b0cbee98d9fa789855f345249941ab3963f0d:/intern/ghost/intern/GHOST_System.h diff --git a/intern/ghost/intern/GHOST_System.h b/intern/ghost/intern/GHOST_System.h index 542553e830e..e381b673957 100644 --- a/intern/ghost/intern/GHOST_System.h +++ b/intern/ghost/intern/GHOST_System.h @@ -232,21 +232,6 @@ public: */ virtual GHOST_TSuccess getButtonState(GHOST_TButtonMask mask, bool& isDown) const; - /*************************************************************************************** - ** Drag'n'drop operations - ***************************************************************************************/ - - /** - * Tells if the ongoing drag'n'drop object can be accepted upon mouse drop - */ - virtual void setAcceptDragOperation(bool canAccept); - - /** - * Returns acceptance of the dropped object - * Usually called by the "object dropped" event handling function - */ - virtual bool canAcceptDragOperation() const; - /*************************************************************************************** ** Other (internal) functionality. ***************************************************************************************/ @@ -348,9 +333,6 @@ protected: /** The N-degree of freedom device manager */ GHOST_NDOFManager* m_ndofManager; - /** The acceptance of the "drop candidate" of the current drag'n'drop operation */ - bool m_canAcceptDragOperation; - /** Prints all the events. */ #ifdef GHOST_DEBUG GHOST_EventPrinter* m_eventPrinter;