OSDN Git Service

remove unused method.
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sun, 10 Dec 2006 14:08:32 +0000 (14:08 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sun, 10 Dec 2006 14:08:32 +0000 (14:08 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@1900 56b19765-1e22-0410-a548-a0f45d66c51a

kita/src/thread/threadview.h

index 9849a9a..e682f96 100644 (file)
@@ -98,8 +98,6 @@ private:
     int m_viewmode;
     int m_rescode;
 
-    void appendRes( int startnum, int endnum );
-
     void insertSearchCombo();
     void setSubjectLabel( const QString& boardName, const QString& threadName, const QString boardURL );
     void updateButton();
@@ -114,11 +112,9 @@ private slots:
     void slotCloseButton();
 
 signals:
-    void datURLRedirected( const KURL& newDatURL );
     void postResponse( const QString& response, const KURL& bbscgi = KURL() );
     //re-impl signals of KParts::Browserextension of KHTMLPart
     void openURLRequest( const KURL& url, const KParts::URLArgs& args = KParts::URLArgs() );
-    void createNewWindow( const KURL& url, const KParts::URLArgs& args = KParts::URLArgs() );
     void setLocationBarURL( const QString& url );
     void enableAction( const char* name, bool enabled );
     void popupMenu( KXMLGUIClient*, const QPoint&, const KURL&, const QString&, mode_t );