GIT
/
REPO
/
FRED-BOY
Projects
/
flatwaifu.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sdlmixer: fix sound loading (but sdlmixer still emits broken sound)
[flatwaifu.git]
/
src
/
memory.c
diff --git
a/src/memory.c
b/src/memory.c
index bd3c609b860a429a81d4b01b97a1a2b0db33ba63..9019586e75d866a11d339368f3f2f515e2a4bb52 100644
(file)
--- a/
src/memory.c
+++ b/
src/memory.c
@@
-18,14
+18,6
@@
#include "memory.h"
#include "common/wadres.h"
-void M_startup (void) {
- // stub
-}
-
-void M_shutdown (void) {
- // stub
-}
-
void *M_lock (int id) {
return WADRES_lock(id);
}
DEADSOFTWARE 2012-2025