jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/330199 )

Change subject: Remove unused method getContent
......................................................................


Remove unused method getContent

The method was not used anywhere in the extension's scope and it
was using deprecated Article::getContent

Bug: T151973
Change-Id: I95bfc6fd2728bed9580cdd5d75db797031b8a7fb
---
M VideoPage.php
1 file changed, 0 insertions(+), 5 deletions(-)

Approvals:
  Jack Phoenix: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/VideoPage.php b/VideoPage.php
index dfe4d47..92d3699 100644
--- a/VideoPage.php
+++ b/VideoPage.php
@@ -130,11 +130,6 @@
                }
        }
 
-       /** @todo FIXME: is this needed? If not, remove! */
-       function getContent() {
-               return Article::getContent();
-       }
-
        /**
         * Get the HTML table that contains the code for embedding the current
         * video on a wiki page.

-- 
To view, visit https://gerrit.wikimedia.org/r/330199
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I95bfc6fd2728bed9580cdd5d75db797031b8a7fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Video
Gerrit-Branch: master
Gerrit-Owner: Victorbarbu <victorbarb...@gmail.com>
Gerrit-Reviewer: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to