diff --git a/include/osg/ref_ptr b/include/osg/ref_ptr index aff5f8311..620d611ef 100644 --- a/include/osg/ref_ptr +++ b/include/osg/ref_ptr @@ -112,8 +112,6 @@ class ref_ptr return _ptr; } - T& operator*() const { return *_ptr; } - T* operator->() const { return _ptr; } T* get() const { return _ptr; } bool operator!() const { return _ptr==0; } // not required