OSDN Git Service

remove useless files.
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sat, 10 Nov 2007 15:13:25 +0000 (15:13 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sat, 10 Nov 2007 15:13:25 +0000 (15:13 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@2075 56b19765-1e22-0410-a548-a0f45d66c51a

kita/src/Makefile.am
kita/src/libkita/boardmanager.cpp
kita/src/previewpart.cpp [deleted file]
kita/src/previewpart.h [deleted file]
kita/src/writeview.cpp

index 12cf7f8..44dac90 100644 (file)
@@ -16,14 +16,14 @@ kita_LDADD = ./prefs/libkitapref.la ./libkita/libkita.la ./kitaui/libkitaui.la $
 
 # which sources should be compiled for kita
 kita_SOURCES = main.cpp mainwindow.cpp bbstabwidget.cpp bbsview.cpp \
-       writetabwidget.cpp writeview.cpp writedialogbase.ui previewpart.cpp boardtabwidget.cpp \
+       writetabwidget.cpp writeview.cpp writedialogbase.ui boardtabwidget.cpp \
        boardview.cpp favoritelistview.cpp threadlistviewitem.cpp threadlistview.cpp \
        threadlistviewbase.ui threadproperty.ui domtree.cpp htmlpart.cpp threadtabwidget.cpp \
        threadview.cpp respopup.cpp viewmediator.cpp
 
 # these are the headers for your project
 noinst_HEADERS = mainwindow.h bbstabwidget.h bbsview.h writedialogbase.ui.h \
-       writetabwidget.h writeview.h previewpart.h boardtabwidget.h boardview.h \
+       writetabwidget.h writeview.h boardtabwidget.h boardview.h \
        favoritelistview.h threadlistviewitem.h threadlistview.h domtree.h htmlpart.h \
        threadtabwidget.h threadview.h respopup.h viewmediator.h
 
index 480e8ed..032e736 100644 (file)
@@ -554,8 +554,6 @@ bool BoardManager::readSubjectTxt( BoardData* bdata, const KURL& url, QPtrList<
         stream.setCodec( m_cp932Codec );
     }
 
-    // parse subject.txt(only one format...)
-    // FIXME: need to refactoring
     QRegExp regexp;
     switch ( BoardManager::type( url ) ) {
 
diff --git a/kita/src/previewpart.cpp b/kita/src/previewpart.cpp
deleted file mode 100644 (file)
index 0007f1c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/***************************************************************************
- *   Copyright (C) 2004 by Kita Developers                                 *
- *   ikemo@users.sourceforge.jp                                            *
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- ***************************************************************************/
-
-#include "previewpart.h"
diff --git a/kita/src/previewpart.h b/kita/src/previewpart.h
deleted file mode 100644 (file)
index 47f5660..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/***************************************************************************
- *   Copyright (C) 2004 by Kita Developers                                 *
- *   ikemo@users.sourceforge.jp                                            *
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- ***************************************************************************/
-
-#ifndef PREVIEWPART_H
-#define PREVIEWPART_H
-
-#endif
index 2d27d04..2d9de11 100644 (file)
@@ -10,7 +10,6 @@
 
 #include "writeview.h"
 
-#include "previewpart.h"
 #include "viewmediator.h"
 
 #include "libkita/qcp932codec.h"