From b86aea44c297b13878ed103950956194e6cca074 Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Tue, 20 Jan 2015 12:29:34 +0100 Subject: [PATCH] ResourceEditor: Remove unimplemented functions Change-Id: I72ba112682a6cb2eeca02f84ed3783febf0515f1 Reviewed-by: Daniel Teske --- src/plugins/resourceeditor/resourcenode.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h index 744d357c113..33b866d55e8 100644 --- a/src/plugins/resourceeditor/resourcenode.h +++ b/src/plugins/resourceeditor/resourcenode.h @@ -53,9 +53,6 @@ public: bool addFiles(const QStringList &filePaths, QStringList *notAdded); bool removeFiles(const QStringList &filePaths, QStringList *notRemoved); - bool addFiles(const QString &prefix, const QString &lang, const QStringList &filePaths, QStringList *notAdded); - bool removeFiles(const QString &prefix, const QString &lang,const QStringList &filePaths, QStringList *notRemoved); - bool addPrefix(const QString &prefix, const QString &lang); bool removePrefix(const QString &prefix, const QString &lang);