aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-04-29 16:46:26 (GMT)
committermathias <mathias>2005-04-29 16:46:26 (GMT)
commite2acd2b04c4b390a0ce2f6bc7aa91f0476335db9 (patch)
treee707f8b2783547691f2a897eab05c1201761058d
parentf567d1d42014b58b883675b82ef9d940fa3dcc37 (diff)
downloadfluxbox-e2acd2b04c4b390a0ce2f6bc7aa91f0476335db9.zip
fluxbox-e2acd2b04c4b390a0ce2f6bc7aa91f0476335db9.tar.bz2
removed dead code
-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()) {