X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmemory.c;h=9019586e75d866a11d339368f3f2f515e2a4bb52;hb=cf509314ff0bc57488cbeeec0b1c98d88fb027a4;hp=bd3c609b860a429a81d4b01b97a1a2b0db33ba63;hpb=bc1fa78a3bca3f391c4b8788d0cea937b9540c0a;p=flatwaifu.git diff --git a/src/memory.c b/src/memory.c index bd3c609..9019586 100644 --- 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); }