Remove unused variables from setupTemplate
authorPiotr Miazga <piotr@polishdeveloper.pl>
Fri, 16 Aug 2019 16:40:14 +0000 (18:40 +0200)
committerPiotr Miazga <piotr@polishdeveloper.pl>
Fri, 16 Aug 2019 16:40:14 +0000 (18:40 +0200)
commit4d6d27b07bf47d09ed255118399502ea831b2fcb
tree916fc3077beda4589ef4c152b1bf8a1e32f4b87c
parentcc8a88c3d081d26ab93a205510ca0ffff1f2e6a7
Remove unused variables from setupTemplate

Both $repository and $cache_dir are never used, no other skin/
extension makes use of that, variables are defined just because of
PHP Strict standards.

IMHO there is no need to define those, all Skins that extend
Skin class define optional params so PHP will not complain.

Change-Id: I059415a795e5836b9399890ecfd4fb5ee1888ac3
includes/skins/SkinTemplate.php