diff options
author | Oswald Buddenhagen <[email protected]> | 2010-10-25 17:50:56 +0200 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2010-10-25 17:50:56 +0200 |
commit | ddf5a01a302f3a075049da55f3992f042ae91da3 (patch) | |
tree | 906b3bde4b69093580ceca37b96d1089ca74872a /src/plugins/git/gitclient.cpp | |
parent | b10c8db6dad344197e3ef8311812e638a757abca (diff) |
kill dead source string
Diffstat (limited to 'src/plugins/git/gitclient.cpp')
-rw-r--r-- | src/plugins/git/gitclient.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp index 1e9adeb5142..fad4e9391ea 100644 --- a/src/plugins/git/gitclient.cpp +++ b/src/plugins/git/gitclient.cpp @@ -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()) |