author | alwin <alwin> | 2004-11-11 23:08:31 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-11-11 23:08:31 (UTC) |
commit | ee67d61c20b6840f3fb353e314d16a90c0438e7c (patch) (side-by-side diff) | |
tree | 0b49d946120d3bf93c1a5158f5635c496a43ce8c /noncore | |
parent | b81a7aeacda23d4407cd88ee017b67ea48344a94 (diff) | |
download | opie-ee67d61c20b6840f3fb353e314d16a90c0438e7c.zip opie-ee67d61c20b6840f3fb353e314d16a90c0438e7c.tar.gz opie-ee67d61c20b6840f3fb353e314d16a90c0438e7c.tar.bz2 |
removed some useless code
-rw-r--r-- | noncore/graphics/opie-eye/impl/doc/doc_lister.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp b/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp index e43baed..f5c711a 100644 --- a/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp +++ b/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp @@ -63,7 +63,6 @@ QString Doc_DirLister::setStartPath(const QString&) { } QListIterator<DocLnk> dit(m_ds.children()); for( ; dit.current(); ++dit) { -// if (! (*dit)->isValid()) continue; if (!matchCat((*dit))) continue; m_namemap[(*dit)->name()]=(*dit)->file(); m_filemap[(*dit)->file()]=(*dit)->name(); @@ -182,8 +181,6 @@ QWidget* Doc_DirLister::widget(QWidget*parent) void Doc_DirLister::showCategory(int which) { - Categories cat; - cat.load( categoryFileName() ); m_catFilter = which==-2?0:which; m_namemap.clear(); setStartPath(""); |