From 65d03e3b9d3627b87965c7527737dd64cae5d196 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 27 Jan 2023 17:07:12 +0000 Subject: [PATCH] PixelPaint: Remove declarations for non-existent methods --- Userland/Applications/PixelPaint/ImageProcessor.h | 1 - 1 file changed, 1 deletion(-) 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.