GUAC-1161: Remove completely-unused notification area and associated functions.

This commit is contained in:
Michael Jumper
2015-04-23 16:18:17 -07:00
parent d1be55809a
commit e486c32477
3 changed files with 0 additions and 135 deletions

View File

@@ -47,13 +47,6 @@ THE SOFTWARE.
<div id="content" ng-view>
</div>
<!-- Notification area -->
<div id="notificationArea">
<div ng-repeat="wrapper in guacNotification.getNotifications()">
<guac-notification notification="wrapper.notification"></guac-notification>
</div>
</div>
</div>
<!-- Login screen for logged-out users -->