Remove unused #defines.

This commit is contained in:
Michael Drake 2015-03-17 11:36:32 +00:00
parent 8657bc563a
commit f4d173b7ee

View File

@ -1029,10 +1029,6 @@ static void ro_gui_save_set_file_type(const char *path, lwc_string *mime_type)
* \return true on success, false on error and error reported * \return true on success, false on error and error reported
*/ */
#define WIDTH 64
#define HEIGHT 64
#define SPRITE_SIZE (16 + 44 + ((WIDTH / 2 + 3) & ~3) * HEIGHT / 2)
bool ro_gui_save_complete(hlcache_handle *h, char *path) bool ro_gui_save_complete(hlcache_handle *h, char *path)
{ {
void *spr = ((byte *) saveas_area) + saveas_area->first; void *spr = ((byte *) saveas_area) + saveas_area->first;