forked from qt-creator/qt-creator
Fixes: snippet: compile fix for dead code
This commit is contained in:
@@ -44,10 +44,6 @@ class QDir;
|
||||
class QLabel;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Core {
|
||||
class ICore;
|
||||
}
|
||||
|
||||
namespace TextEditor {
|
||||
class ITextEditable;
|
||||
class ITextEditor;
|
||||
@@ -97,7 +93,6 @@ private:
|
||||
SnippetSpec *m_currentSnippet;
|
||||
TextEditor::ITextEditable *m_currentEditor;
|
||||
|
||||
Core::ICore *m_core;
|
||||
QDir m_snippetsDir;
|
||||
|
||||
SnippetsTree *m_snippetsTree;
|
||||
|
||||
Reference in New Issue
Block a user