summaryrefslogtreecommitdiff
path: root/src/plugins/git/commitdata.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2012-11-29 23:12:02 +0200
committerOrgad Shaneh <orgads@gmail.com>2012-11-30 13:25:18 +0100
commit1712b86e0e981028074d4ed6682f40a4ba184f77 (patch)
treefe791e590cbb7750b0dd79d14c9a8f82df64f1e8 /src/plugins/git/commitdata.h
parent25981d918e1115efb38388ba1255ced3a44e91cc (diff)
downloadqt-creator-1712b86e0e981028074d4ed6682f40a4ba184f77.tar.gz
Git: Remove description from PanelInfo
It is not used anywhere Change-Id: I9884c4c015bc14cb78e35950c7544c8d004a73ca Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/commitdata.h')
-rw-r--r--src/plugins/git/commitdata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h
index 2e55a53392..8be3ad3993 100644
--- a/src/plugins/git/commitdata.h
+++ b/src/plugins/git/commitdata.h
@@ -45,7 +45,6 @@ struct GitSubmitEditorPanelInfo
{
void clear();
QString repository;
- QString description;
QString branch;
};