summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-05-14 03:16:52 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-05-14 03:16:52 -0400
commit223a18512473fc790f6ad72a8344061de92812c8 (patch)
treeb4cb11df15d182de18bfe93bca60f3f24411aeac /components
parentf53b9742cb6f8e9b3e6c3c18344fbe9193a4e438 (diff)
downloadabaddon-portaudio-223a18512473fc790f6ad72a8344061de92812c8.tar.gz
abaddon-portaudio-223a18512473fc790f6ad72a8344061de92812c8.zip
clean up some unnecessary stuff
Diffstat (limited to 'components')
-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() {};
-};