diff --git a/src/Screen.cc b/src/Screen.cc index 73acb3a2..b83296e7 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -2369,21 +2369,6 @@ pair BScreen::clampToHead(int head, int x, int y, int w, int h) const { // 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) { - return 0; -} - -template <> -void BScreen::setOnHead(Slit &slit, int head) { - // slit.saveOnHead(head); - slit.reconfigure(); -} -#endif // SLIT -*/ - template<> void BScreen::setOnHead(FluxboxWindow& win, int head) { if (head > 0 && head <= numHeads()) {