Removed some dead code and fixed luax_pushtype when the object argument is null.

This commit is contained in:
Alex Szpakowski
2014-08-28 00:48:32 -03:00
parent e26abb417e
commit 40c6821048
4 changed files with 4 additions and 58 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ public:
* a single block of memory containing all the images.
*
* @param[in] filedata The data to parse.
* @param[out] image The list of sub-images generated. Byte data is a pointer
* @param[out] images The list of sub-images generated. Byte data is a pointer
* to the returned data.
* @param[out] dataSize The total size in bytes of the returned data.
* @param[out] format The format of the Compressed Data.