diff --git a/modules/customer/commerce_customer.module b/modules/customer/commerce_customer.module index c4c08c4..d9b5084 100644 --- a/modules/customer/commerce_customer.module +++ b/modules/customer/commerce_customer.module @@ -360,17 +360,6 @@ function commerce_customer_permission() { } /** - * Implements hook_theme(). - */ -function commerce_customer_theme() { - return array( - 'commerce_customer_profile' => array( - 'variables' => array('profile' => NULL, 'view_mode' => NULL), - ), - ); -} - -/** * Implements hook_commerce_customer_profile_type_info(). */ function commerce_customer_commerce_customer_profile_type_info() {