mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 06:24:32 +00:00
Remove commented-out code
This commit is contained in:
parent
0f39b825e1
commit
eb128e65a4
162 changed files with 2092 additions and 6594 deletions
|
@ -51,15 +51,15 @@ public:
|
|||
|
||||
int getPixelWidth();
|
||||
int getPixelHeight();
|
||||
|
||||
|
||||
void destroy();
|
||||
|
||||
|
||||
|
||||
int width, height;
|
||||
|
||||
static ImageTGA *TGAload(const char* filename);
|
||||
static ImageTGA *TGAloadMem(void *mem, int size);
|
||||
|
||||
|
||||
static bool useMipMaps;
|
||||
bool repeat, repeating;
|
||||
|
||||
|
@ -89,7 +89,7 @@ protected:
|
|||
|
||||
int ow, oh;
|
||||
TextureLoadResult loadResult;
|
||||
|
||||
|
||||
};
|
||||
|
||||
#define UNREFTEX(x) if (x) {x = NULL;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue