[client] x11: remove junk code from evaluation

This commit is contained in:
Geoffrey McRae
2021-08-03 01:11:20 +10:00
parent 5d5e4ede1a
commit 50f9baedba
2 changed files with 1 additions and 35 deletions

View File

@@ -32,7 +32,6 @@
#include "interface/displayserver.h"
#include "common/thread.h"
#include "common/types.h"
#include "common/runningavg.h"
struct X11DSState
{
@@ -43,7 +42,6 @@ struct X11DSState
uint32_t presentSerial;
Pixmap presentPixmap;
RunningAvg presentAvg;
LGEvent * frameEvent;
LGThread * eventThread;