From eaeee9f7d68d120b1982f24e73d8183db3418261 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 10 Oct 2009 14:13:50 +0000 Subject: Start of refactoring so that the metadata widget can be moved outside of Dolphin for other applications. The temporary removed code will be integrated again within the next 10 days (-> currently no meta data is shown and cannot be updated). svn path=/trunk/KDE/kdebase/apps/; revision=1033585 --- src/viewproperties.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/viewproperties.cpp') diff --git a/src/viewproperties.cpp b/src/viewproperties.cpp index 3fc102d6c..c22b0adc1 100644 --- a/src/viewproperties.cpp +++ b/src/viewproperties.cpp @@ -29,10 +29,6 @@ #include #include -#ifdef HAVE_NEPOMUK - #include -#endif - #include #include #include @@ -46,14 +42,6 @@ ViewProperties::ViewProperties(const KUrl& url) : m_autoSave(true), m_node(0) { -#ifdef HAVE_NEPOMUK - static bool checkedNepomukSupport = false; - if (!checkedNepomukSupport) { - m_nepomukSupport = !Nepomuk::ResourceManager::instance()->init(); - checkedNepomukSupport = true; - } -#endif - KUrl cleanUrl(url); cleanUrl.cleanPath(); m_filepath = cleanUrl.toLocalFile(); -- cgit v1.3