Skip to content

Commit

Permalink
refactor: remove dead code #3
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Oct 7, 2015
1 parent 2a6241a commit 27ed022
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions model/Concept.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function getDeprecated()
* Returns a label for the concept in the ui language or if not possible in any language.
* @return string
*/
public function getLabel($lang='')
public function getLabel()
{
$lang = $this->clang;
// 1. label in current language
Expand Down Expand Up @@ -201,8 +201,6 @@ public function getFoundByType()

public function getMappingProperties()
{
$properties = array();
$members_array = array();
$ret = array();

$long_uris = $this->resource->propertyUris();
Expand Down

0 comments on commit 27ed022

Please sign in to comment.