From 2d0a4651c970fd21ce84b09bf646e047de31f7af Mon Sep 17 00:00:00 2001 From: ikemo Date: Wed, 30 Jul 2003 14:52:53 +0000 Subject: [PATCH] remove unused method. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@425 56b19765-1e22-0410-a548-a0f45d66c51a --- kita/src/part/kitathreadview.cpp | 6 ------ kita/src/part/kitathreadview.h | 1 - 2 files changed, 7 deletions(-) diff --git a/kita/src/part/kitathreadview.cpp b/kita/src/part/kitathreadview.cpp index ddb239a..b35bc24 100644 --- a/kita/src/part/kitathreadview.cpp +++ b/kita/src/part/kitathreadview.cpp @@ -153,12 +153,6 @@ void KitaThreadView::showThread( const Kita::Thread& thread ) update( result ); } -// ad-hoc -void KitaThreadView::showThreadWithTab( const Kita::Thread& thread ) -{ - qDebug("%s", __func__); -} - int KitaThreadView::getServerTimeFromHttpHeaders( const QString& headers ) { // parse HTTP headers diff --git a/kita/src/part/kitathreadview.h b/kita/src/part/kitathreadview.h index 372d3fb..fc5d243 100644 --- a/kita/src/part/kitathreadview.h +++ b/kita/src/part/kitathreadview.h @@ -54,7 +54,6 @@ public: public slots: void showThread( const Kita::Thread& thread ); - void showThreadWithTab( const Kita::Thread& thread ); // ad-hoc void setFont( const QFont& font ); protected slots: -- 2.11.0