mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 07:09:52 +00:00
Remove some old, unused code
This commit is contained in:
parent
e661743775
commit
36f33da9a8
2 changed files with 0 additions and 43 deletions
|
@ -52,10 +52,6 @@ public:
|
|||
|
||||
void flipVertical();
|
||||
void flipHorizontal();
|
||||
void setTextureSmooth(const std::string &texture, float t);
|
||||
void spawnChildClone(float t);
|
||||
void burn();
|
||||
void unburn();
|
||||
void setWidthHeight(float w, float h=-1);
|
||||
void setWidth(float w);
|
||||
void setHeight(float h);
|
||||
|
@ -64,7 +60,6 @@ public:
|
|||
|
||||
void setSegs(int x, int y, float dgox, float dgoy, float dgmx, float dgmy, float dgtm, bool dgo);
|
||||
void setDrawGridAlpha(int x, int y, float alpha);
|
||||
void calculateQuadLighting();
|
||||
void repeatTextureToFill(bool on);
|
||||
void refreshRepeatTextureToFill();
|
||||
bool isRepeatingTextureToFill() const { return repeatingTextureToFill; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue