jenkins-bot has submitted this change and it was merged.

Change subject: Hygiene: Remove unused method
......................................................................


Hygiene: Remove unused method

Which, in turn, was calling a method that no longer exists.

Change-Id: Id47aac3a7e6e9e27efe2f122b06bffb300bc3cad
---
M includes/UrlGenerator.php
1 file changed, 0 insertions(+), 26 deletions(-)

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



diff --git a/includes/UrlGenerator.php b/includes/UrlGenerator.php
index db49ed4..2a3ea31 100644
--- a/includes/UrlGenerator.php
+++ b/includes/UrlGenerator.php
@@ -8,32 +8,6 @@
 use Title;
 
 class UrlGenerator extends BaseUrlGenerator {
-
-       /**
-        * Reverse pagination on a topic list.
-        *
-        * @var Title|null $title Page the workflow is on, resolved from 
workflowId when null
-        * @var UUID $workflowId The topic list being paginated
-        * @var PagerPage $page Pagination information
-        * @var string $direction 'fwd' or 'rev'
-        * @return Anchor|null
-        */
-       public function paginateTopicsLink( Title $title = null, UUID 
$workflowId, PagerPage $page, $direction ) {
-               $linkData = $page->getPagingLink( $direction );
-               if ( !$linkData ) {
-                       return null;
-               }
-               return new Anchor(
-                       wfMessage( "flow-paging-$direction" ),
-                       $this->resolveTitle( $title, $workflowId ),
-                       array(
-                               'topiclist_offset-id' => $linkData['offset'],
-                               'topiclist_offset-dir' => $direction,
-                               'topiclist_limit' => $linkData['limit'],
-                       )
-               );
-       }
-
        /**
         * Link to create new topic on a topiclist.
         *

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id47aac3a7e6e9e27efe2f122b06bffb300bc3cad
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: frontend-rewrite
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to