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
Notes: sideshowbarker 2024-07-17 05:58:46 +09:00

View file

@ -61,7 +61,6 @@ public:
private:
ImageProcessor();
void processor_main();
// 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.