Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/base/StarCellularLighting.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-29 10:12:51 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-29 10:12:51 +1000
commitafefd89533c87017bf3fac5ba7a1b6a316da1160 (patch)
tree88cacaf3192e8f243904e1d20994c1bdfcabb555 /source/base/StarCellularLighting.hpp
parent624c7aaaf192f2e87081a241123a8507a4718ba3 (diff)
Remove unused
Diffstat (limited to 'source/base/StarCellularLighting.hpp')
-rw-r--r--source/base/StarCellularLighting.hpp2
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;