summaryrefslogtreecommitdiffstats
path: root/khelpcenter/navigator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/navigator.cpp')
-rw-r--r--khelpcenter/navigator.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/khelpcenter/navigator.cpp b/khelpcenter/navigator.cpp
index d2658e8e1..fdd037565 100644
--- a/khelpcenter/navigator.cpp
+++ b/khelpcenter/navigator.cpp
@@ -237,7 +237,6 @@ void Navigator::insertIOSlaveDocs( const TQString &name, NavigatorItem *topItem
{
kdDebug(1400) << "Requested IOSlave documents for ID " << name << endl;
-#if KDE_IS_VERSION( 3, 1, 90 )
TQStringList list = KProtocolInfo::protocols();
list.sort();
@@ -257,9 +256,6 @@ void Navigator::insertIOSlaveDocs( const TQString &name, NavigatorItem *topItem
item->setAutoDeleteDocEntry( true );
}
}
-#else
- Q_UNUSED( topItem );
-#endif
}
void Navigator::insertAppletDocs( NavigatorItem *topItem )