mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
PixelPaint: Remove declarations for non-existent methods
This commit is contained in:
parent
5967310d0b
commit
65d03e3b9d
Notes:
sideshowbarker
2024-07-17 05:58:46 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/65d03e3b9d Pull-request: https://github.com/SerenityOS/serenity/pull/17203 Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue