diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-04-28 09:31:06 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-05-10 11:00:46 (GMT) |
commit | 7525ca9f7745a7d8ef4461dc1f3c911498546b00 (patch) | |
tree | 60b1fcca80140e205009683274bd374566d21e59 /src/FocusableList.hh | |
parent | 57acca0b601277982e63fa34eb78ae7881873e09 (diff) | |
download | fluxbox-7525ca9f7745a7d8ef4461dc1f3c911498546b00.zip fluxbox-7525ca9f7745a7d8ef4461dc1f3c911498546b00.tar.bz2 |
Remove all trace of Observers and Subjects
this marks the completion of the transition to FbTk::Signal
Diffstat (limited to 'src/FocusableList.hh')
-rw-r--r-- | src/FocusableList.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FocusableList.hh b/src/FocusableList.hh index aea7909..48881d0 100644 --- a/src/FocusableList.hh +++ b/src/FocusableList.hh | |||
@@ -23,9 +23,7 @@ | |||
23 | #define FOCUSABLELIST_HH | 23 | #define FOCUSABLELIST_HH |
24 | 24 | ||
25 | #include "FbTk/NotCopyable.hh" | 25 | #include "FbTk/NotCopyable.hh" |
26 | #include "FbTk/Observer.hh" | ||
27 | #include "FbTk/RefCount.hh" | 26 | #include "FbTk/RefCount.hh" |
28 | #include "FbTk/Subject.hh" | ||
29 | #include "FbTk/Signal.hh" | 27 | #include "FbTk/Signal.hh" |
30 | 28 | ||
31 | #include "ClientPattern.hh" | 29 | #include "ClientPattern.hh" |