aboutsummaryrefslogtreecommitdiff
path: root/src/SendToMenu.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/SendToMenu.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/SendToMenu.hh')
-rw-r--r--src/SendToMenu.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/SendToMenu.hh b/src/SendToMenu.hh
index 37f45fc..0509360 100644
--- a/src/SendToMenu.hh
+++ b/src/SendToMenu.hh
@@ -27,10 +27,6 @@
27 27
28#include "FbTk/Signal.hh" 28#include "FbTk/Signal.hh"
29 29
30namespace FbTk {
31class Observer;
32}
33
34class BScreen; 30class BScreen;
35 31
36/** 32/**