cppplugin: remove unsued m_core member

This commit is contained in:
hjk
2009-01-20 17:55:19 +01:00
parent d19ba169c2
commit 757ea7210c

View File

@@ -34,17 +34,12 @@
#ifndef CPPPLUGIN_H
#define CPPPLUGIN_H
#include <QtCore/qplugin.h>
#include <QtCore/QtPlugin>
#include <QtCore/QStringList>
#include <extensionsystem/iplugin.h>
#include <coreplugin/editormanager/ieditorfactory.h>
namespace Core {
class ICore;
class IWizard;
}
namespace TextEditor {
class TextEditorActionHandler;
} // namespace TextEditor
@@ -82,7 +77,6 @@ private:
static CppPlugin *m_instance;
Core::ICore *m_core;
CPPEditorActionHandler *m_actionHandler;
CppPluginEditorFactory *m_factory;
};