aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-28 09:31:06 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:46 (GMT)
commit7525ca9f7745a7d8ef4461dc1f3c911498546b00 (patch)
tree60b1fcca80140e205009683274bd374566d21e59 /src/Screen.hh
parent57acca0b601277982e63fa34eb78ae7881873e09 (diff)
downloadfluxbox_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/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index a237b36..de3a5a1 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -35,10 +35,8 @@
35#include "FbTk/MenuTheme.hh" 35#include "FbTk/MenuTheme.hh"
36#include "FbTk/EventHandler.hh" 36#include "FbTk/EventHandler.hh"
37#include "FbTk/Resource.hh" 37#include "FbTk/Resource.hh"
38#include "FbTk/Subject.hh"
39#include "FbTk/MultLayers.hh" 38#include "FbTk/MultLayers.hh"
40#include "FbTk/NotCopyable.hh" 39#include "FbTk/NotCopyable.hh"
41#include "FbTk/Observer.hh"
42#include "FbTk/Signal.hh" 40#include "FbTk/Signal.hh"
43 41
44#include "FocusControl.hh" 42#include "FocusControl.hh"