diff --git a/context_contrib/context_contrib.module b/context_contrib/context_contrib.module index c16cf872742a2fc22c480335581a7f441f929893..95dc4c951d597a09b1f0ba081855b28f107d1dab 100644 --- a/context_contrib/context_contrib.module +++ b/context_contrib/context_contrib.module @@ -52,15 +52,6 @@ function context_contrib_context_reactions() { return $items; } -/** - * Implementation of hook_context_reaction(). - */ -function context_contrib_context_reaction($context) { - if (module_exists('css_injector')) { - _context_contrib_css_injector_response($context); - } -} - /** * Implementation of hook_nodeapi(). */