aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Screen.cc15
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
2374template <>
2375int BScreen::getOnHead<Slit>(Slit &slit) {
2376 return 0;
2377}
2378
2379template <>
2380void BScreen::setOnHead<Slit>(Slit &slit, int head) {
2381 // slit.saveOnHead(head);
2382 slit.reconfigure();
2383}
2384#endif // SLIT
2385*/
2386
2387template<> 2372template<>
2388void BScreen::setOnHead<FluxboxWindow>(FluxboxWindow& win, int head) { 2373void BScreen::setOnHead<FluxboxWindow>(FluxboxWindow& win, int head) {
2389 if (head > 0 && head <= numHeads()) { 2374 if (head > 0 && head <= numHeads()) {