aboutsummaryrefslogtreecommitdiff
path: root/src/Window.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/Window.hh
parent57acca0b601277982e63fa34eb78ae7881873e09 (diff)
downloadfluxbox-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/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 4ecfe05..a5bcb66 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -317,9 +317,6 @@ public:
317 void leaveNotifyEvent(XCrossingEvent &ev); 317 void leaveNotifyEvent(XCrossingEvent &ev);
318 //@} 318 //@}
319 319
320 /// handle Subject notifications
321 void update(FbTk::Subject *subj);
322
323 void applyDecorations(); 320 void applyDecorations();
324 void toggleDecoration(); 321 void toggleDecoration();
325 322