Ungenutzte Files entfernt.
Change-Id: I02b951f7bbd4a81f680c64b8aee8c3008bcbe605
diff --git a/d/seher/haeuser/tools/haus.apx b/d/seher/haeuser/tools/haus.apx
deleted file mode 100644
index 74e2877..0000000
--- a/d/seher/haeuser/tools/haus.apx
+++ /dev/null
@@ -1,25 +0,0 @@
-
- AddCmd( ({ "betritt", "betrete" }), "betritt");
-}
-
-string long()
-{
- string door;
-
- door = haustuer::long();
-
- return QueryProp(P_LONG)+door;
-}
-
-static int betritt(string str)
-{
- notify_fail("Was moechtest Du betreten?\n");
-
- if (!str || !id(str))
- return 0;
-
- if (Query(H_DOORSTAT) & D_CLOSED) {
- printf("%s von %s ist zu.\n", capitalize(name(WER,1)), capitalize(owner));
- return 1;
- }
-