diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 73acb3a..b83296e 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -2369,21 +2369,6 @@ pair<int,int> BScreen::clampToHead(int head, int x, int y, int w, int h) const { | |||
2369 | // this can be gone and a consistent interface for the two used | 2369 | // this can be gone and a consistent interface for the two used |
2370 | // on the actual objects | 2370 | // on the actual objects |
2371 | 2371 | ||
2372 | /* FIXME: dead code? | ||
2373 | #ifdef SLIT | ||
2374 | template <> | ||
2375 | int BScreen::getOnHead<Slit>(Slit &slit) { | ||
2376 | return 0; | ||
2377 | } | ||
2378 | |||
2379 | template <> | ||
2380 | void BScreen::setOnHead<Slit>(Slit &slit, int head) { | ||
2381 | // slit.saveOnHead(head); | ||
2382 | slit.reconfigure(); | ||
2383 | } | ||
2384 | #endif // SLIT | ||
2385 | */ | ||
2386 | |||
2387 | template<> | 2372 | template<> |
2388 | void BScreen::setOnHead<FluxboxWindow>(FluxboxWindow& win, int head) { | 2373 | void BScreen::setOnHead<FluxboxWindow>(FluxboxWindow& win, int head) { |
2389 | if (head > 0 && head <= numHeads()) { | 2374 | if (head > 0 && head <= numHeads()) { |