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:
parent
c3029a6a1f
commit
86d84f1654
5 changed files with 2 additions and 104 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue