diff options
Diffstat (limited to 'src/core/common/Variant.hpp')
-rw-r--r-- | src/core/common/Variant.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/common/Variant.hpp b/src/core/common/Variant.hpp index e5bca4d..7ec3481 100644 --- a/src/core/common/Variant.hpp +++ b/src/core/common/Variant.hpp @@ -379,19 +379,6 @@ public: } /** - * Constructor for storing managed objects. The reference at the managed - * object is stored as a Rooted object. - * - * @param o is a reference to the object. - */ - template <class T> - Variant(Handle<T> o) - : ptrVal(nullptr) - { - setObject(o); - } - - /** * Copy assignment operator. */ Variant &operator=(const Variant &v) |