aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/cvsplugin.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2013-04-19 17:54:05 +0300
committerOrgad Shaneh <[email protected]>2013-04-22 09:29:12 +0200
commit83b57eda89abf553fdbb5f862b0be90077af0952 (patch)
treec270ff4b4094d9190c195ee933e1159fc396ce17 /src/plugins/cvs/cvsplugin.cpp
parent33f4adf0726a7ccf172cb6e038a3422c1e659855 (diff)
VCS: Remove redundant calls to default constructor
Change-Id: I4521e26e72c85e896e58e4d9d129f92b2d80f869 Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/cvs/cvsplugin.cpp')
-rw-r--r--src/plugins/cvs/cvsplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvsplugin.cpp b/src/plugins/cvs/cvsplugin.cpp
index 75d3e09dfcc..e2caf4abf3a 100644
--- a/src/plugins/cvs/cvsplugin.cpp
+++ b/src/plugins/cvs/cvsplugin.cpp
@@ -162,7 +162,6 @@ static inline bool messageBoxQuestion(const QString &title, const QString &quest
CvsPlugin *CvsPlugin::m_cvsPluginInstance = 0;
CvsPlugin::CvsPlugin() :
- VcsBasePlugin(),
m_commandLocator(0),
m_addAction(0),
m_deleteAction(0),