kill dead source string

This commit is contained in:
Oswald Buddenhagen
2010-10-25 17:50:56 +02:00
parent b10c8db6da
commit ddf5a01a30

View File

@@ -69,13 +69,6 @@
static const char *const kGitDirectoryC = ".git";
static const char *const kBranchIndicatorC = "# On branch";
static inline QString msgServerFailure()
{
return Git::Internal::GitClient::tr(
"Note that the git plugin for QtCreator is not able to interact with the server "
"so far. Thus, manual ssh-identification etc. will not work.");
}
inline Core::IEditor* locateEditor(const Core::ICore *core, const char *property, const QString &entry)
{
foreach (Core::IEditor *ed, core->editorManager()->openedEditors())