removed dead code

This commit is contained in:
mathias 2005-04-29 16:46:26 +00:00
parent f567d1d420
commit e2acd2b04c

View file

@ -2369,21 +2369,6 @@ pair<int,int> 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 &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()) {