1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00

LibCore: Remove the Core::Objects::all_objects() list

Nobody actually used the list of all Core::Objects anyway.
This commit is contained in:
Andreas Kling 2023-08-06 16:06:26 +02:00
parent 405187993a
commit 26647f2b10
4 changed files with 2 additions and 13 deletions

View file

@ -8,6 +8,7 @@
#include "HitTestResult.h"
#include <AK/DeprecatedString.h>
#include <AK/IntrusiveList.h>
#include <AK/WeakPtr.h>
#include <LibCore/Object.h>
#include <LibGfx/Bitmap.h>