summaryrefslogtreecommitdiff
path: root/src/plugins/perforce
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-05-22 21:03:37 +0300
committerOrgad Shaneh <orgads@gmail.com>2013-05-24 12:29:11 +0200
commit94148f22e998dd60027ca99878ff2ad80998cb58 (patch)
treee2e463bbcfbcc19eafcba2be7d0a682f7db53f71 /src/plugins/perforce
parentfd48f081c60675a101080fcd296916986eac242c (diff)
downloadqt-creator-94148f22e998dd60027ca99878ff2ad80998cb58.tar.gz
VCS: Remove unused editors
Change-Id: Ia931fdd07d7cf1984f34b10c9b4c20a414c93d9e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/perforce')
-rw-r--r--src/plugins/perforce/perforceconstants.h4
-rw-r--r--src/plugins/perforce/perforceplugin.cpp7
2 files changed, 1 insertions, 10 deletions
diff --git a/src/plugins/perforce/perforceconstants.h b/src/plugins/perforce/perforceconstants.h
index 259b4afc44..a34410e8fb 100644
--- a/src/plugins/perforce/perforceconstants.h
+++ b/src/plugins/perforce/perforceconstants.h
@@ -39,10 +39,6 @@ const char PERFORCE_SUBMIT_EDITOR_ID[] = "Perforce.SubmitEditor";
const char PERFORCE_SUBMIT_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Perforce.SubmitEditor");
const char PERFORCESUBMITEDITOR_CONTEXT[] = "Perforce Submit Editor";
-const char PERFORCE_COMMANDLOG_EDITOR_ID[] = "Perfoirce.CommandLogEditor";
-const char PERFORCE_COMMANDLOG_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Perforce CommandLog Editor");
-const char PERFORCE_COMMANDLOG_EDITOR_CONTEXT[] = "Perforce Command Log Editor";
-
const char PERFORCE_LOG_EDITOR_ID[] = "Perforce.LogEditor";
const char PERFORCE_LOG_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Perforce Log Editor");
const char PERFORCE_LOG_EDITOR_CONTEXT[] = "Perforce Log Editor";
diff --git a/src/plugins/perforce/perforceplugin.cpp b/src/plugins/perforce/perforceplugin.cpp
index 137eea8288..f83b30143f 100644
--- a/src/plugins/perforce/perforceplugin.cpp
+++ b/src/plugins/perforce/perforceplugin.cpp
@@ -74,12 +74,7 @@
static const VcsBase::VcsBaseEditorParameters editorParameters[] = {
{
- VcsBase::RegularCommandOutput,
- Perforce::Constants::PERFORCE_COMMANDLOG_EDITOR_ID,
- Perforce::Constants::PERFORCE_COMMANDLOG_EDITOR_DISPLAY_NAME,
- Perforce::Constants::PERFORCE_COMMANDLOG_EDITOR_CONTEXT,
- "application/vnd.nokia.text.scs_commandlog"},
-{ VcsBase::LogOutput,
+ VcsBase::LogOutput,
Perforce::Constants::PERFORCE_LOG_EDITOR_ID,
Perforce::Constants::PERFORCE_LOG_EDITOR_DISPLAY_NAME,
Perforce::Constants::PERFORCE_LOG_EDITOR_CONTEXT,