Bug 864733 - Removed unused code in modules/video.jsm. r=jimm

This commit is contained in:
Brian R. Bondy 2013-04-24 16:00:53 -04:00
Родитель 81f115c4f2
Коммит fe05b3f8d8
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -1,9 +0,0 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
this.EXPORTED_SYMBOLS = ["Video"];
this.Video = {
fullScreenSourceElement: null
};