diff --git a/includes/Classifai/Providers/Watson/NLU.php b/includes/Classifai/Providers/Watson/NLU.php index f85db72d1..8f6fd4471 100644 --- a/includes/Classifai/Providers/Watson/NLU.php +++ b/includes/Classifai/Providers/Watson/NLU.php @@ -117,15 +117,6 @@ public function reset_settings() { update_option( $this->get_option_name(), $settings ); } - /** - * Can the functionality be initialized? - * - * @return bool - */ - public function can_register() { - return $this->is_configured(); - } - /** * Register what we need for the plugin. */