diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-14 03:16:52 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-14 03:16:52 -0400 |
commit | 223a18512473fc790f6ad72a8344061de92812c8 (patch) | |
tree | b4cb11df15d182de18bfe93bca60f3f24411aeac /components | |
parent | f53b9742cb6f8e9b3e6c3c18344fbe9193a4e438 (diff) | |
download | abaddon-portaudio-223a18512473fc790f6ad72a8344061de92812c8.tar.gz abaddon-portaudio-223a18512473fc790f6ad72a8344061de92812c8.zip |
clean up some unnecessary stuff
Diffstat (limited to 'components')
-rw-r--r-- | components/inotifyswitched.hpp | 8 |
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() {}; -}; |