From 9c3e9aab099fbcb4c1009ff4af39fd18de36d2d9 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 6 Feb 2014 16:08:33 +0000 Subject: [PATCH] removed not impl exception, not very helpful and causes crash on linux (gets called even though drag/drop not enabled). --- src/lib/synergy/CPlatformScreen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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