aboutsummaryrefslogtreecommitdiff
path: root/externals/build
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-25 08:50:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-25 08:50:24 +0000
commit20ecad5f540f1c2f3fdbb07d45239a7445149eba (patch)
treef756a03315f4d30dc0e55a37f2bc5243ccc07bfb /externals/build
parent2fe3140e366d89f009853fd734844bb226af1c74 (diff)
fixed the original file so that the classname is also the filename and the setup function name, so this build hack isn't needed anymore
svn path=/trunk/; revision=9904
Diffstat (limited to 'externals/build')
-rw-r--r--externals/build/src/bwin~.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/externals/build/src/bwin~.c b/externals/build/src/bwin~.c
deleted file mode 100644
index ab7bc483..00000000
--- a/externals/build/src/bwin~.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "../../creb/modules/window~.c"
-
-void bwin_tilde_setup(void) {
- window_tilde_setup();
-}
-