Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/EventManager.h')
-rw-r--r--src/Platform/EventManager.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/Platform/EventManager.h b/src/Platform/EventManager.h
deleted file mode 100644
index 8f3d23c9..00000000
--- a/src/Platform/EventManager.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * EventManager.h
- *
- * Created on: 19 Oct 2021
- * Author: David
- */
-
-#ifndef SRC_PLATFORM_EVENTMANAGER_H_
-#define SRC_PLATFORM_EVENTMANAGER_H_
-
-#include "Event.h"
-
-class EventManager
-{
-public:
- EventManager();
-
-private:
- Event *eventsPending; // linked list of pending events
- uint32_t lastWarningMillis; // when we last sent a warning message
-};
-
-#endif /* SRC_PLATFORM_EVENTMANAGER_H_ */