diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-29 10:12:51 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-29 10:12:51 +1000 |
commit | afefd89533c87017bf3fac5ba7a1b6a316da1160 (patch) | |
tree | 88cacaf3192e8f243904e1d20994c1bdfcabb555 /source/base/StarCellularLighting.hpp | |
parent | 624c7aaaf192f2e87081a241123a8507a4718ba3 (diff) |
Remove unused
Diffstat (limited to 'source/base/StarCellularLighting.hpp')
-rw-r--r-- | source/base/StarCellularLighting.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/base/StarCellularLighting.hpp b/source/base/StarCellularLighting.hpp index 54be414..30aa489 100644 --- a/source/base/StarCellularLighting.hpp +++ b/source/base/StarCellularLighting.hpp @@ -46,8 +46,6 @@ public: void calculate(Image& output); void setupImage(Image& image, PixelFormat format = PixelFormat::RGB24) const; - - ThreadFunction<Image> calculateAsync(); private: Json m_config; bool m_monochrome; |