summaryrefslogtreecommitdiff
path: root/components/inotifyswitched.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/inotifyswitched.hpp')
-rw-r--r--components/inotifyswitched.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/inotifyswitched.hpp b/components/inotifyswitched.hpp
deleted file mode 100644
index a322107..0000000
--- a/components/inotifyswitched.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-// for things that are used in stackswitchers to be able to be told when they're switched to
-
-class INotifySwitched {
-public:
- virtual void on_switched_to() {};
-};