summaryrefslogtreecommitdiff
path: root/dumb/dumb-0.9.3/src/it/readmod2.c
diff options
context:
space:
mode:
Diffstat (limited to 'dumb/dumb-0.9.3/src/it/readmod2.c')
-rw-r--r--dumb/dumb-0.9.3/src/it/readmod2.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/dumb/dumb-0.9.3/src/it/readmod2.c b/dumb/dumb-0.9.3/src/it/readmod2.c
deleted file mode 100644
index a031b47e..00000000
--- a/dumb/dumb-0.9.3/src/it/readmod2.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/* _______ ____ __ ___ ___
- * \ _ \ \ / \ / \ \ / / ' ' '
- * | | \ \ | | || | \/ | . .
- * | | | | | | || ||\ /| |
- * | | | | | | || || \/ | | ' ' '
- * | | | | | | || || | | . .
- * | |_/ / \ \__// || | |
- * /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque
- * / \
- * / . \
- * readmod2.c - Function to read a good old- / / \ \
- * fashioned Amiga module from an | < / \_
- * open file and do an initial | \/ /\ /
- * run-through. \_ / > /
- * | \ / /
- * Split off from readmod.c by entheh. | ' /
- * \__/
- */
-
-#include "dumb.h"
-
-
-
-DUH *dumb_read_mod(DUMBFILE *f)
-{
- DUH *duh = dumb_read_mod_quick(f);
- dumb_it_do_initial_runthrough(duh);
- return duh;
-}