diff options
author | mathias <mathias> | 2005-04-29 16:46:26 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-04-29 16:46:26 (GMT) |
commit | e2acd2b04c4b390a0ce2f6bc7aa91f0476335db9 (patch) | |
tree | e707f8b2783547691f2a897eab05c1201761058d /src | |
parent | f567d1d42014b58b883675b82ef9d940fa3dcc37 (diff) | |
download | fluxbox-e2acd2b04c4b390a0ce2f6bc7aa91f0476335db9.zip fluxbox-e2acd2b04c4b390a0ce2f6bc7aa91f0476335db9.tar.bz2 |
removed dead code
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()) { |