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.cpp')
-rw-r--r--src/Platform/EventManager.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Platform/EventManager.cpp b/src/Platform/EventManager.cpp
deleted file mode 100644
index e0d4c3f5..00000000
--- a/src/Platform/EventManager.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * EventManager.cpp
- *
- * Created on: 19 Oct 2021
- * Author: David
- */
-
-#include "EventManager.h"
-
-EventManager::EventManager() : eventsPending(nullptr), lastWarningMillis(0)
-{
-}
-
-// End