diff options
Diffstat (limited to 'src/editorpage.cpp')
| -rw-r--r-- | src/editorpage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/editorpage.cpp b/src/editorpage.cpp index d024a50..87c81af 100644 --- a/src/editorpage.cpp +++ b/src/editorpage.cpp @@ -662,7 +662,6 @@ void EditorPage::slotSetModified() m_bModified = true; emit modified(this, m_bModified); -#if KDE_IS_VERSION(3,3,0) Kate::DocumentExt* pKateDoc; // If the editor is a Kate part, check whether it was modified on @@ -670,7 +669,6 @@ void EditorPage::slotSetModified() pKateDoc = dynamic_cast<Kate::DocumentExt*>(m_pDoc); if (pKateDoc) pKateDoc->slotModifiedOnDisk(dynamic_cast<Kate::View*>(m_pView)); -#endif } // Start/restart the auto-completion timer |
