diff src/memory/memory.py @ 1586:42285d993e68

bridge, core(params): removed obsolete methods: - getParams and getParamsForCategory are removed from bridge: XMLUI is now used in place of the old params XML - getParamsForCategory has also been removed internaly, as it is now unused, getParams is still used to construct the XMLUI
author Goffi <goffi@goffi.org>
date Sat, 14 Nov 2015 19:18:07 +0100
parents a5e0393a06cd
children 698d6755d62a
line wrap: on
line diff
--- a/src/memory/memory.py	Sat Nov 14 19:18:05 2015 +0100
+++ b/src/memory/memory.py	Sat Nov 14 19:18:07 2015 +0100
@@ -864,12 +864,6 @@
     def getParamsUI(self, security_limit=C.NO_SECURITY_LIMIT, app='', profile_key=C.PROF_KEY_NONE):
         return self.params.getParamsUI(security_limit, app, profile_key)
 
-    def getParams(self, security_limit=C.NO_SECURITY_LIMIT, app='', profile_key=C.PROF_KEY_NONE):
-        return self.params.getParams(security_limit, app, profile_key)
-
-    def getParamsForCategory(self, category, security_limit=C.NO_SECURITY_LIMIT, app='', profile_key=C.PROF_KEY_NONE):
-        return self.params.getParamsForCategory(category, security_limit, app, profile_key)
-
     def getParamsCategories(self):
         return self.params.getParamsCategories()