Skip to content
Snippets Groups Projects
Commit 6bf55b61 authored by hjk's avatar hjk
Browse files

Fixes: snippet: compile fix for dead code

parent d9da6dcc
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment