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/WinButton.hh | |
parent | 57acca0b601277982e63fa34eb78ae7881873e09 (diff) | |
download | fluxbox_pavel-7525ca9f7745a7d8ef4461dc1f3c911498546b00.zip fluxbox_pavel-7525ca9f7745a7d8ef4461dc1f3c911498546b00.tar.bz2 |
Remove all trace of Observers and Subjects
this marks the completion of the transition to FbTk::Signal
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r-- | src/WinButton.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WinButton.hh b/src/WinButton.hh index 35befa8..80fc4b1 100644 --- a/src/WinButton.hh +++ b/src/WinButton.hh | |||
@@ -23,7 +23,6 @@ | |||
23 | #define WINBUTTON_HH | 23 | #define WINBUTTON_HH |
24 | 24 | ||
25 | #include "FbTk/Button.hh" | 25 | #include "FbTk/Button.hh" |
26 | #include "FbTk/Observer.hh" | ||
27 | #include "FbTk/FbPixmap.hh" | 26 | #include "FbTk/FbPixmap.hh" |
28 | #include "FbTk/Signal.hh" | 27 | #include "FbTk/Signal.hh" |
29 | 28 | ||