Remove obsolete commented code

Change-Id: Id7f3929407acbaf641ed25db917b37d15f268e1e
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
Jarek Kobus
2014-01-31 06:56:10 +01:00
committed by Jarek Kobus
parent edac8f082d
commit 06950359f9
2 changed files with 0 additions and 14 deletions

View File

@@ -193,13 +193,3 @@ void DiffEditorController::setCurrentDiffFileIndex(int diffFileIndex)
//{
//}
//QString DiffEditorWidget::source() const
//{
// return m_source;
//}
//void DiffEditorWidget::setSource(const QString &source)
//{
// m_source = source;
//}

View File

@@ -38,7 +38,6 @@ namespace DiffEditor {
class DIFFEDITOR_EXPORT DiffEditorController : public QObject
{
// Q_PROPERTY(QString source READ source WRITE setSource)
Q_OBJECT
public:
class DiffFileInfo {
@@ -63,9 +62,6 @@ public:
// QTextCodec *codec() const;
// QString source() const;
// void setSource(const QString &source);
QString clearMessage() const;
QList<DiffFilesContents> diffContents() const;