Remove unused stuff

This commit is contained in:
David Baker 2015-09-25 15:33:38 +01:00
parent 796f424a3f
commit f778f6adf9
20 changed files with 2 additions and 44 deletions

View file

@ -18,7 +18,6 @@ limitations under the License.
'use strict';
var React = require('react');
var q = require('q');
// Shamelessly ripped off Modal.js. There's probably a better way
// of doing reusable widgets like dialog boxes & menus where we go and