diff --git a/src/lib/synergy/CPlatformScreen.h b/src/lib/synergy/CPlatformScreen.h index 27fb9b09..92b7dd08 100644 --- a/src/lib/synergy/CPlatformScreen.h +++ b/src/lib/synergy/CPlatformScreen.h @@ -97,9 +97,9 @@ public: virtual void setSequenceNumber(UInt32) = 0; virtual bool isPrimary() const = 0; - virtual void fakeDraggingFiles(CString str) { throw std::runtime_error("fakeDraggingFiles not implemented"); } + virtual void fakeDraggingFiles(CString str) { } virtual const CString& - getDropTarget() const { throw std::runtime_error("getDropTarget not implemented"); } + getDropTarget() const { } protected: //! Update mouse buttons