Remove unused method from Email_editor class

[MAILPOET-6387]
This commit is contained in:
Jan Lysý
2024-12-15 18:41:19 +01:00
committed by Rostislav Wolný
parent 363382d2a4
commit 3ce8e38a00

View File

@@ -241,15 +241,6 @@ class Email_Editor {
);
}
/**
* Returns the schema for email theme data.
*
* @return array
*/
public function get_email_theme_data_schema(): array {
return ( new Email_Styles_Schema() )->get_schema();
}
/**
* Extends the email theme styles with the email specific styles.
*