diff --git a/ckanext/odsh/plugin.py b/ckanext/odsh/plugin.py
index 0539798a3ffa267a334a220b717342b924e84545..45341ea9a59622cdbd8b81222ab1b223951534cf 100644
--- a/ckanext/odsh/plugin.py
+++ b/ckanext/odsh/plugin.py
@@ -325,7 +325,6 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
                 'odsh_public_resource_url': odsh_helpers.odsh_public_resource_url,
                 'odsh_get_version_id': odsh_helpers.odsh_get_version_id,
                 'odsh_show_testbanner': odsh_helpers.odsh_show_testbanner,
-                'odsh_is_slave': odsh_helpers.odsh_is_slave,
                 'tpsh_get_daterange_prettified': helper_pkg_dict.get_daterange_prettified,
                 'tpsh_get_language_of_package': helpers_tpsh.get_language_of_package,
                 'get_language_icon': helpers_tpsh.get_language_icon,