diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-01-27 17:07:12 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-27 20:33:18 +0000 |
commit | 65d03e3b9d3627b87965c7527737dd64cae5d196 (patch) | |
tree | b80670a56a668a5deb6d050cd89ed42526cdc788 /Userland/Applications/PixelPaint/ImageProcessor.h | |
parent | 5967310d0b6273f45a2f15fffaad526895051ed7 (diff) | |
download | serenity-65d03e3b9d3627b87965c7527737dd64cae5d196.zip |
PixelPaint: Remove declarations for non-existent methods
Diffstat (limited to 'Userland/Applications/PixelPaint/ImageProcessor.h')
-rw-r--r-- | Userland/Applications/PixelPaint/ImageProcessor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/PixelPaint/ImageProcessor.h b/Userland/Applications/PixelPaint/ImageProcessor.h index 4566aae279..a455677574 100644 --- a/Userland/Applications/PixelPaint/ImageProcessor.h +++ b/Userland/Applications/PixelPaint/ImageProcessor.h @@ -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. |