Removed more obsolete OOP experiments.
commit112556236fea32257c34efa7bed66fee0d3b86ea
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 17 Jan 2016 23:26:21 +0000 (17 23:26 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 17 Jan 2016 23:26:21 +0000 (17 23:26 +0000)
tree5ee90a184424e48e959a6fecd5725f6a710fd723
parent4eca445981549f6e50b409695dd5ba7b1e365422
Removed more obsolete OOP experiments.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@51314 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
22 files changed:
test/OOPDemos/configure [deleted file]
test/OOPDemos/hash.c [deleted file]
test/OOPDemos/include/debug.h [deleted file]
test/OOPDemos/include/hash.h [deleted file]
test/OOPDemos/include/oop.h [deleted file]
test/OOPDemos/include/protos.h [deleted file]
test/OOPDemos/include/support.h [deleted file]
test/OOPDemos/include/sysdep/hashed_ifs.h [deleted file]
test/OOPDemos/include/sysdep/hashed_methods.h [deleted file]
test/OOPDemos/include/sysdep/hashed_strings.h [deleted file]
test/OOPDemos/include/sysdep/sysdep.h [deleted file]
test/OOPDemos/include/timerclass.h [deleted file]
test/OOPDemos/include/types.h [deleted file]
test/OOPDemos/makefile [deleted file]
test/OOPDemos/method.c [deleted file]
test/OOPDemos/oop.c [deleted file]
test/OOPDemos/support.c [deleted file]
test/OOPDemos/sysdep/hashed_ifs.c [deleted file]
test/OOPDemos/sysdep/hashed_methods.c [deleted file]
test/OOPDemos/sysdep/hashed_strings.c [deleted file]
test/OOPDemos/test.c [deleted file]
test/OOPDemos/timerclass.c [deleted file]