Victorbarbu has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Video 
refs/changes/99/330199/1

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: newchange
Gerrit-Change-Id: I95bfc6fd2728bed9580cdd5d75db797031b8a7fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Video
Gerrit-Branch: master
Gerrit-Owner: Victorbarbu <victorbarb...@gmail.com>

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

Reply via email to