diff options
Diffstat (limited to 'src/page.h')
-rw-r--r-- | src/page.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -108,13 +108,3 @@ class PageSDict : public SDict<PageInfo> } }; -// typedef is to get around Solaris compile problem -typedef SDict<PageInfo>::Iterator _SDictPageInfoIterator; - -class PageSDictIterator : public _SDictPageInfoIterator -{ - public: - PageSDictIterator(const PageSDict &d) : _SDictPageInfoIterator(d) {} - ~PageSDictIterator() {} -}; - |