mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
PixelPaint: Remove declarations for non-existent methods
This commit is contained in:
parent
5967310d0b
commit
65d03e3b9d
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue