diff --git a/src/IFramePage.php b/src/IFramePage.php index eb8a57e..2a08286 100644 --- a/src/IFramePage.php +++ b/src/IFramePage.php @@ -38,11 +38,6 @@ class IFramePage extends Page private static $table_name = 'IFramePage'; - /** - * @deprecated 5.4.0 use class_description instead. - */ - private static $description = 'Embeds an iframe into the body of the page.'; - private static $class_description = 'Embeds an iframe into the body of the page.'; private static $singular_name = 'IFrame Page';