git » fp-git.git » commit ac28d06

function changed to defines in memory.h

author ecalot
2003-10-22 16:50:54 UTC
committer ecalot
2003-10-22 16:50:54 UTC
parent 0f8a7dd90c92408b871274ef16175514790d2d7b

function changed to defines in memory.h

PR/src/lib/layers/memory.c +0 -6

diff --git a/PR/src/lib/layers/memory.c b/PR/src/lib/layers/memory.c
deleted file mode 100644
index 4fc465e..0000000
--- a/PR/src/lib/layers/memory.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "memory.h"
-
-//Reserves a memory space to allocate an image
-unsigned char* getMemory(int size) {
-	return (unsigned char*)malloc(sizeof(unsigned char*)*size);
-}