Browse Source

Remove unused events.

master
damencho 9 years ago
parent
commit
097462b70d
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      service/UI/UIEvents.js

+ 0
- 7
service/UI/UIEvents.js View File

@@ -1,7 +0,0 @@
1
-var UIEvents = {
2
-    NICKNAME_CHANGED: "UI.nickname_changed",
3
-    SELECTED_ENDPOINT: "UI.selected_endpoint",
4
-    PINNED_ENDPOINT: "UI.pinned_endpoint",
5
-    LARGEVIDEO_INIT: "UI.largevideo_init"
6
-};
7
-module.exports = UIEvents;

Loading…
Cancel
Save