Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
removed usage of undeclared properties that are not accessed afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthimatiker committed Jul 6, 2014
1 parent 28b009e commit 4a3dd0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions application/classes/OntoWiki/Model/Instances.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ public function __construct(Erfurt_Store $store, Erfurt_Rdf_Model $model, $optio
$this->_useCache = $options[Erfurt_Store::USE_CACHE];
}

//TODO still needed?
$this->_defaultUrl['resource'] = new OntoWiki_Url(array('route' => 'properties'), array());
$this->_defaultUrlParam['resource'] = 'r';

$this->_resourceQuery = new Erfurt_Sparql_Query2();
$this->_resourceVar = new Erfurt_Sparql_Query2_Var('resourceUri');

Expand Down

0 comments on commit 4a3dd0c

Please sign in to comment.