Fixes: snippet: compile fix for dead code

This commit is contained in:
hjk
2009-01-28 13:24:43 +01:00
parent d9da6dccf6
commit 6bf55b6184

View File

@@ -44,10 +44,6 @@ class QDir;
class QLabel; class QLabel;
QT_END_NAMESPACE QT_END_NAMESPACE
namespace Core {
class ICore;
}
namespace TextEditor { namespace TextEditor {
class ITextEditable; class ITextEditable;
class ITextEditor; class ITextEditor;
@@ -97,7 +93,6 @@ private:
SnippetSpec *m_currentSnippet; SnippetSpec *m_currentSnippet;
TextEditor::ITextEditable *m_currentEditor; TextEditor::ITextEditable *m_currentEditor;
Core::ICore *m_core;
QDir m_snippetsDir; QDir m_snippetsDir;
SnippetsTree *m_snippetsTree; SnippetsTree *m_snippetsTree;