diff options
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r-- | include/sot/object.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx index 8c208564bb47..41077fe312d6 100644 --- a/include/sot/object.hxx +++ b/include/sot/object.hxx @@ -35,7 +35,6 @@ friend class SotFactory; protected: virtual ~SotObject(); - void SetExtern() { bOwner = false; } virtual bool Close(); public: SotObject(); @@ -46,7 +45,6 @@ private: public: static void * CreateInstance( SotObject ** = NULL ); static SotFactory * ClassFactory(); - virtual const SotFactory * GetSvFactory() const; virtual void * Cast( const SotFactory * ); bool Owner() const { return bOwner; } |