diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-26 13:17:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-29 10:05:35 +0200 |
commit | 4e99430e63a940d600cad2aaf1f0e992034b66e2 (patch) | |
tree | 4506acf8175b25f729fbe95dbed30f30f7200a0f /include/sot | |
parent | b488c7eeac1a0deba393c3d7b68f3da5a89857de (diff) |
remove custom RTTI from SotFactory
unused
Change-Id: I22f55aa403cd97ce2c5bf6a521c14a693e4373a7
Diffstat (limited to 'include/sot')
-rw-r--r-- | include/sot/factory.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sot/factory.hxx b/include/sot/factory.hxx index d5a4f2ac457d..b5f5ff6f4153 100644 --- a/include/sot/factory.hxx +++ b/include/sot/factory.hxx @@ -46,7 +46,6 @@ class SOT_DLLPUBLIC SotFactory : public SvGlobalName protected: virtual ~SotFactory(); public: - TYPEINFO(); static void IncSvObjectCount( SotObject * = NULL ); static void DecSvObjectCount( SotObject * = NULL ); |