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/AttentionNoticeHandler.cc | |
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/AttentionNoticeHandler.cc')
-rw-r--r-- | src/AttentionNoticeHandler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AttentionNoticeHandler.cc b/src/AttentionNoticeHandler.cc index 7edd8e2..0aaf266 100644 --- a/src/AttentionNoticeHandler.cc +++ b/src/AttentionNoticeHandler.cc | |||
@@ -25,7 +25,6 @@ | |||
25 | #include "Screen.hh" | 25 | #include "Screen.hh" |
26 | 26 | ||
27 | #include "FbTk/STLUtil.hh" | 27 | #include "FbTk/STLUtil.hh" |
28 | #include "FbTk/Subject.hh" | ||
29 | #include "FbTk/Timer.hh" | 28 | #include "FbTk/Timer.hh" |
30 | #include "FbTk/Resource.hh" | 29 | #include "FbTk/Resource.hh" |
31 | #include "FbTk/MemFun.hh" | 30 | #include "FbTk/MemFun.hh" |