From 223a18512473fc790f6ad72a8344061de92812c8 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 14 May 2021 03:16:52 -0400 Subject: clean up some unnecessary stuff --- components/inotifyswitched.hpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 components/inotifyswitched.hpp (limited to 'components') 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() {}; -}; -- cgit v1.2.3