diff --git a/lib/templates.js b/lib/templates.js
deleted file mode 100644
index 00b1f84..0000000
--- a/lib/templates.js
+++ /dev/null
@@ -1,43 +0,0 @@
-(function() {
- var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
-templates['loadingOverlay'] = template(function (Handlebars,depth0,helpers,partials,data) {
- this.compilerInfo = [2,'>= 1.0.0-rc.3'];
-helpers = helpers || Handlebars.helpers; data = data || {};
-
-
-
- return "\n
\n";
- });
-templates['navigateLeft'] = template(function (Handlebars,depth0,helpers,partials,data) {
- this.compilerInfo = [2,'>= 1.0.0-rc.3'];
-helpers = helpers || Handlebars.helpers; data = data || {};
-
-
-
- return "\n\n \n
\n";
- });
-templates['navigateRight'] = template(function (Handlebars,depth0,helpers,partials,data) {
- this.compilerInfo = [2,'>= 1.0.0-rc.3'];
-helpers = helpers || Handlebars.helpers; data = data || {};
-
-
-
- return "\n\n \n
\n";
- });
-templates['progressbar'] = template(function (Handlebars,depth0,helpers,partials,data) {
- this.compilerInfo = [2,'>= 1.0.0-rc.3'];
-helpers = helpers || Handlebars.helpers; data = data || {};
-
-
-
- return "\n";
- });
-templates['toolbar'] = template(function (Handlebars,depth0,helpers,partials,data) {
- this.compilerInfo = [2,'>= 1.0.0-rc.3'];
-helpers = helpers || Handlebars.helpers; data = data || {};
-
-
-
- return "\n\n";
- });
-})();
\ No newline at end of file