Skip to content

Commit

Permalink
remove window_manager_observer.h
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
  • Loading branch information
jwinarske committed May 6, 2024
1 parent bf58c95 commit 91c0e39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
10 changes: 9 additions & 1 deletion src/window_manager/window_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@
#include <EGL/egl.h>

#include "registrar.h"
#include "window_manager_observer.h"

class Registrar;

class WindowManager;

class WindowManagerObserver {
public:
virtual ~WindowManagerObserver() = default;

virtual void notify_task() = 0;
};

class WindowManager : public Registrar {
public:
explicit WindowManager(
Expand Down
25 changes: 0 additions & 25 deletions src/window_manager/window_manager_observer.h

This file was deleted.

0 comments on commit 91c0e39

Please sign in to comment.