Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -170,18 +170,3 @@ |
171 | 171 | |
172 | 172 | return true; |
173 | 173 | } |
174 | | - |
175 | | -/** |
176 | | - * Backwards compatibility helper to get the next data value from a SMWResultArray. |
177 | | - * SMW 1.6 introduces the getNextDataValue and deprecates the getNextObject one. |
178 | | - * |
179 | | - * @since 1.6 |
180 | | - * @deprecated since 1.7, removal in 1.9 |
181 | | - * |
182 | | - * @param SMWResultArray $resArray |
183 | | - * |
184 | | - * @return SMWDataValue or false |
185 | | - */ |
186 | | -function efSRFGetNextDV( SMWResultArray &$resArray ) { |
187 | | - return $resArray->getNextDataValue(); |
188 | | -} |