From 199373f668b7e2519778fc8de48c3261a47aea04 Mon Sep 17 00:00:00 2001
From: gminareci <gminareci@techfak.uni-bielefeld.de>
Date: Mon, 11 Jan 2016 15:27:32 +0100
Subject: [PATCH] removed locations grammar beacause it wasn't used

---
 psGrammar/demos/locations.jsgf | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 psGrammar/demos/locations.jsgf

diff --git a/psGrammar/demos/locations.jsgf b/psGrammar/demos/locations.jsgf
deleted file mode 100644
index 4042d1e0..00000000
--- 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);
-
-- 
GitLab