Skip to content
Snippets Groups Projects
Commit f99ce422 authored by jkobus's avatar jkobus Committed by Jarek Kobus
Browse files

Remove unused code


Change-Id: Icc4bb2648fc4e18e95216012ce08365940a80937
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 9d0346a3
No related branches found
No related tags found
No related merge requests found
...@@ -118,13 +118,6 @@ static const VcsBase::VcsBaseEditorParameters editorParameters[] = { ...@@ -118,13 +118,6 @@ static const VcsBase::VcsBaseEditorParameters editorParameters[] = {
"text/vnd.qtcreator.git.rebase"}, "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) Q_DECLARE_METATYPE(Git::Internal::GitClientMemberFunc)
using namespace Git; using namespace Git;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment