Removed some unused functions (kindly pointed out by the great ncc tool)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@796 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
14
loadsave.c
14
loadsave.c
@@ -5528,20 +5528,8 @@ void Save_PC1(void)
|
||||
}
|
||||
}
|
||||
|
||||
/******************************************************************************************
|
||||
Functions from op_c.c : load raw 24B (for testing) and load_tga (broken ? incomplete ?)
|
||||
Saving would be nice as well.
|
||||
******************************************************************************************/
|
||||
void Load_RAW_24b(int width,int height,T_Bitmap24B source)
|
||||
{
|
||||
FILE* file;
|
||||
|
||||
file=fopen("TEST.RAW","rb");
|
||||
if (Read_bytes(file,source,width*height*sizeof(T_Components)))
|
||||
exit(3);
|
||||
fclose(file);
|
||||
}
|
||||
|
||||
/// UNUSED and UNTESTED function to load a TGA file.
|
||||
void Load_TGA(char * fname,T_Bitmap24B * dest,int * width,int * height)
|
||||
{
|
||||
FILE* fichier;
|
||||
|
||||
Reference in New Issue
Block a user