1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:07:45 +00:00

WindowServer: Remove WSCPUMonitor

We'll still have a CPU graph, just not in the WindowServer process.
This commit is contained in:
Andreas Kling 2019-12-05 19:43:56 +01:00
parent c3029a6a1f
commit 86d84f1654
5 changed files with 2 additions and 104 deletions

View file

@ -4,7 +4,6 @@
#include <LibCore/CObject.h>
#include <LibCore/CTimer.h>
#include <WindowServer/WSMenuApplet.h>
#include <WindowServer/WSCPUMonitor.h>
#include <WindowServer/WSWindow.h>
class AClientConnection;
@ -51,7 +50,6 @@ private:
void tick_clock();
RefPtr<WSWindow> m_window;
WSCPUMonitor m_cpu_monitor;
String m_username;
RefPtr<CTimer> m_timer;