From ab9f2a719851b34b7ea5d8d79ede9f67c70af1a3 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Fri, 24 Mar 2023 18:34:53 +0100 Subject: [PATCH] Fixed grabbing objects with mouse in desktop mode --- interface/src/raypick/PickScriptingInterface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/raypick/PickScriptingInterface.h b/interface/src/raypick/PickScriptingInterface.h index 3314251cfc..4a1755e200 100644 --- a/interface/src/raypick/PickScriptingInterface.h +++ b/interface/src/raypick/PickScriptingInterface.h @@ -297,8 +297,6 @@ public: static constexpr unsigned int PICK_BYPASS_IGNORE() { return PickFilter::getBitMask(PickFilter::FlagBit::PICK_BYPASS_IGNORE); } -public slots: - /*@jsdoc * @function Picks.PICK_ENTITIES * @deprecated This function is deprecated and will be removed. Use the Picks.PICK_DOMAIN_ENTITIES |