diff options
author | jkobus <jaroslaw.kobus@digia.com> | 2013-06-04 16:06:18 +0200 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@digia.com> | 2013-06-05 09:16:34 +0200 |
commit | f99ce422b475c000e1bbdadf13da232dd54d9cca (patch) | |
tree | bf2eb6709fe9159d92bc8b3e902444edd24c5b6f /src/plugins/git/gitplugin.cpp | |
parent | 9d0346a373ac379d7d002e267ff856eb85cd0e07 (diff) | |
download | qt-creator-f99ce422b475c000e1bbdadf13da232dd54d9cca.tar.gz |
Remove unused code
Change-Id: Icc4bb2648fc4e18e95216012ce08365940a80937
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/gitplugin.cpp')
-rw-r--r-- | src/plugins/git/gitplugin.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index 594edf057f..1f0cc2d097 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -118,13 +118,6 @@ static const VcsBase::VcsBaseEditorParameters editorParameters[] = { "text/vnd.qtcreator.git.rebase"}, }; -// Utility to find a parameter set by type -static inline const VcsBase::VcsBaseEditorParameters *findType(int ie) -{ - const VcsBase::EditorContentType et = static_cast<VcsBase::EditorContentType>(ie); - return VcsBase::VcsBaseEditorWidget::findType(editorParameters, sizeof(editorParameters)/sizeof(VcsBase::VcsBaseEditorParameters), et); -} - Q_DECLARE_METATYPE(Git::Internal::GitClientMemberFunc) using namespace Git; |