removed dead code
This commit is contained in:
parent
f567d1d420
commit
e2acd2b04c
1 changed files with 0 additions and 15 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue