diff --git a/build.xml b/build.xml
index b2dc84d3..41af2cac 100644
--- a/build.xml
+++ b/build.xml
@@ -23,7 +23,6 @@
-
diff --git a/openseadragon.js b/openseadragon.js
index 4719efe9..0b8f57da 100644
--- a/openseadragon.js
+++ b/openseadragon.js
@@ -1221,17 +1221,6 @@ $.Utils = new $.Utils();
(function( $ ){
-$.NavControl = function( viewer ) {
-};
-
-$.NavControl.prototype = {
-
-};
-
-}( OpenSeadragon ));
-
-(function( $ ){
-
$.ControlAnchor = {
NONE: 0,
diff --git a/src/navcontrol.js b/src/navcontrol.js
deleted file mode 100644
index 73cda1ee..00000000
--- a/src/navcontrol.js
+++ /dev/null
@@ -1,11 +0,0 @@
-
-(function( $ ){
-
-$.NavControl = function( viewer ) {
-};
-
-$.NavControl.prototype = {
-
-};
-
-}( OpenSeadragon ));