all repos — fluxbox @ e2acd2b04c4b390a0ce2f6bc7aa91f0476335db9

custom fork of the fluxbox windowmanager

removed dead code
mathias mathias
commit

e2acd2b04c4b390a0ce2f6bc7aa91f0476335db9

parent

f567d1d42014b58b883675b82ef9d940fa3dcc37

1 files changed, 0 insertions(+), 15 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -2369,21 +2369,6 @@ // TODO: when toolbar gets its resources moved into Toolbar.hh/cc, then

// this can be gone and a consistent interface for the two used // on the actual objects -/* FIXME: dead code? -#ifdef SLIT -template <> -int BScreen::getOnHead<Slit>(Slit &slit) { - return 0; -} - -template <> -void BScreen::setOnHead<Slit>(Slit &slit, int head) { - // slit.saveOnHead(head); - slit.reconfigure(); -} -#endif // SLIT -*/ - template<> void BScreen::setOnHead<FluxboxWindow>(FluxboxWindow& win, int head) { if (head > 0 && head <= numHeads()) {