forked from qt-creator/qt-creator
VCS: Remove unused editors
Change-Id: Ia931fdd07d7cf1984f34b10c9b4c20a414c93d9e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
fd48f081c6
commit
94148f22e9
@@ -70,18 +70,11 @@ using namespace Bazaar::Internal;
|
||||
using namespace Bazaar;
|
||||
|
||||
static const VcsBase::VcsBaseEditorParameters editorParameters[] = {
|
||||
{
|
||||
VcsBase::RegularCommandOutput, //type
|
||||
Constants::COMMANDLOG_ID, // id
|
||||
Constants::COMMANDLOG_DISPLAY_NAME, // display name
|
||||
Constants::COMMANDLOG, // context
|
||||
Constants::COMMANDAPP}, // mime type
|
||||
|
||||
{ VcsBase::LogOutput,
|
||||
Constants::FILELOG_ID,
|
||||
Constants::FILELOG_DISPLAY_NAME,
|
||||
Constants::FILELOG,
|
||||
Constants::LOGAPP},
|
||||
{ VcsBase::LogOutput, // type
|
||||
Constants::FILELOG_ID, // id
|
||||
Constants::FILELOG_DISPLAY_NAME, // display name
|
||||
Constants::FILELOG, // context
|
||||
Constants::LOGAPP}, // mime type
|
||||
|
||||
{ VcsBase::AnnotateOutput,
|
||||
Constants::ANNOTATELOG_ID,
|
||||
|
Reference in New Issue
Block a user