1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

PixelPaint: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:07:12 +00:00 committed by Linus Groh
parent 5967310d0b
commit 65d03e3b9d

View file

@ -61,7 +61,6 @@ public:
private: private:
ImageProcessor(); ImageProcessor();
void processor_main();
// Only the memory in the queue is in shared memory, i.e. the smart pointers themselves. // Only the memory in the queue is in shared memory, i.e. the smart pointers themselves.
// The actual data will remain in normal memory, but for this application we're not using multiple processes so it's fine. // The actual data will remain in normal memory, but for this application we're not using multiple processes so it's fine.