diff --git a/ptoc.module b/ptoc.module index bcbd7d2..e19eaab 100644 --- a/ptoc.module +++ b/ptoc.module @@ -85,23 +85,3 @@ function ptoc_theme() { return $items; } - -/** - * Implements template_preprocess_HOOK(). - * - * Call default preprocess function. - * According to the docs on hook_theme(), this should not be needed. - */ -function template_preprocess_ptoc_paragraph(&$variables) { - template_preprocess_paragraph($variables); -} - -/** - * Implements template_preprocess_HOOK(). - * - * Call default preprocess function. - * According to the docs on hook_theme(), this should not be needed. - */ -function template_preprocess_ptoc_node(&$variables) { - template_preprocess_node($variables); -}