forked from qt-creator/qt-creator
cppplugin: remove unsued m_core member
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user