Yaron Koren has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/276516

Change subject: Removed unused function SFPageSection::getParamValues()
......................................................................

Removed unused function SFPageSection::getParamValues()

Change-Id: Ib8fb5a73f7ad33a1791d921746e6c5d9d3235de6
---
M includes/SF_PageSection.php
1 file changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms 
refs/changes/16/276516/1

diff --git a/includes/SF_PageSection.php b/includes/SF_PageSection.php
index 593a452..436e174 100644
--- a/includes/SF_PageSection.php
+++ b/includes/SF_PageSection.php
@@ -225,12 +225,4 @@
 
                return $params;
        }
-
-       function getParamValues() {
-               $paramValues = array();
-               $paramValues['restricted'] = $this->mIsRestricted;
-               $paramValues['hidden'] =  $this->mIsHidden;
-               $paramValues['mandatory'] = $this->mIsMandatory;
-               return $paramValues;
-       }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib8fb5a73f7ad33a1791d921746e6c5d9d3235de6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>

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

Reply via email to