Remove redundant deprecation notice

This commit is contained in:
Robin Cornett
2019-06-21 14:03:56 -04:00
parent 5e12051283
commit 0dd914cd8e
@@ -301,7 +301,6 @@ class Display_Featured_Image_Genesis_Common {
return $attachment_url;
}
_deprecated_function( __FUNCTION__, '3.1.0' );
$attachment_id = false;
// if we're running 4.0 or later, we can do this all using a new core function.