diff --git a/psGrammar/demos/locations.jsgf b/psGrammar/demos/locations.jsgf
deleted file mode 100644
index 4042d1e05fcf07e45eb8a33ab82acfd090ef0e0d..0000000000000000000000000000000000000000
--- a/psGrammar/demos/locations.jsgf
+++ /dev/null
@@ -1,10 +0,0 @@
-#JSGF V1.0;
-grammar location;
-
-public <command> = <location> | <stop>;
-
-<stop> = (abort save);
-
-<location> = (table <numberOfTable>) | shelf | drinks | snacks | (view <numberOfTable>);
-<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
-