remove some unused code

This commit is contained in:
msquare 2017-12-10 15:12:39 +01:00
parent 4143680297
commit cbe88ad801
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ function Room_view($room, ShiftsFilterRenderer $shiftsFilterRenderer, ShiftCalen
} }
$tabs = []; $tabs = [];
$selected = 0;
if (! empty($room['map_url'])) { 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>'; $tabs[_('Map')] = '<div class="map"><iframe style="width: 100%; min-height: 400px; border: 0px none;" src="' . $room['map_url'] . '"></iframe></div>';
} }