Clean up love.image because we own the memory, not DevIL

This commit is contained in:
Boolsheet
2012-05-29 23:36:49 +02:00
parent 0a423d3e67
commit 73672bd674
8 changed files with 202 additions and 251 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ namespace image
/**
* Destructor.
**/
virtual ~Image(){};
virtual ~Image() {};
/**
* Creates new ImageData from a file.