diff --git a/src/Plugin/MediaEntity/Type/Image.php b/src/Plugin/MediaEntity/Type/Image.php
index e0d8d2f..6863d55 100644
--- a/src/Plugin/MediaEntity/Type/Image.php
+++ b/src/Plugin/MediaEntity/Type/Image.php
@@ -197,13 +197,6 @@ class Image extends MediaTypeBase {
   /**
    * {@inheritdoc}
    */
-  public function validate(MediaInterface $media) {
-    // This should be handled by Drupal core.
-  }
-
-  /**
-   * {@inheritdoc}
-   */
   public function thumbnail(MediaInterface $media) {
     $source_field = $this->configuration['source_field'];
 
