removed dead code
mathias mathias
1 files changed,
0 insertions(+),
15 deletions(-)
jump to
M
src/Screen.cc
→
src/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()) {