summaryrefslogtreecommitdiff
path: root/includes/view/Rooms_view.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-10 15:12:39 +0100
committermsquare <msquare@notrademark.de>2017-12-10 15:12:39 +0100
commitcbe88ad8013f7459ad9a700b7a8791b54f1c76db (patch)
tree2edb58dd67679f0153d3c1288fa5de2eddaf57a5 /includes/view/Rooms_view.php
parent4143680297808dd23fe03b121f28ad5183601b8b (diff)
remove some unused code
Diffstat (limited to 'includes/view/Rooms_view.php')
-rw-r--r--includes/view/Rooms_view.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/view/Rooms_view.php b/includes/view/Rooms_view.php
index 1f0f9954..1e8ae4d2 100644
--- a/includes/view/Rooms_view.php
+++ b/includes/view/Rooms_view.php
@@ -26,7 +26,6 @@ function Room_view($room, ShiftsFilterRenderer $shiftsFilterRenderer, ShiftCalen
}
$tabs = [];
- $selected = 0;
if (! empty($room['map_url'])) {
$tabs[_('Map')] = '<div class="map"><iframe style="width: 100%; min-height: 400px; border: 0px none;" src="' . $room['map_url'] . '"></iframe></div>';
}