aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-11 15:03:11 (GMT)
committerfluxgen <fluxgen>2003-08-11 15:03:11 (GMT)
commite6a241ed0da941cccb670523005f3b7dcc9b18ec (patch)
tree61146c7fd8af1c01f809c9a932ed90e25a85c92f /src
parent751ba70bf2a2f134accec54f5e33d08770e0cee4 (diff)
downloadfluxbox_pavel-e6a241ed0da941cccb670523005f3b7dcc9b18ec.zip
fluxbox_pavel-e6a241ed0da941cccb670523005f3b7dcc9b18ec.tar.bz2
removed old debugmsg
Diffstat (limited to 'src')
-rw-r--r--src/FbWinFrame.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index b13f021..67347d4 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWinFrame.cc,v 1.33 2003/08/04 12:47:36 fluxgen Exp $ 22// $Id: FbWinFrame.cc,v 1.34 2003/08/11 15:03:11 fluxgen Exp $
23 23
24#include "FbWinFrame.hh" 24#include "FbWinFrame.hh"
25#include "ImageControl.hh" 25#include "ImageControl.hh"
@@ -385,9 +385,6 @@ void FbWinFrame::hideTitlebar() {
385 // only take away one borderwidth (as the other border is still the "top" border) 385 // only take away one borderwidth (as the other border is still the "top" border)
386 m_window.resize(m_window.width(), m_window.height() - m_titlebar.height() - 386 m_window.resize(m_window.width(), m_window.height() - m_titlebar.height() -
387 m_titlebar.borderWidth()); 387 m_titlebar.borderWidth());
388#ifdef DEBUG
389 cerr<<__FILE__<<": Hide Titlebar"<<endl;
390#endif // DEBUG
391} 388}
392 389
393void FbWinFrame::showTitlebar() { 390void FbWinFrame::showTitlebar() {
@@ -401,9 +398,6 @@ void FbWinFrame::showTitlebar() {
401 m_window.resize(m_window.width(), m_window.height() + m_titlebar.height() + 398 m_window.resize(m_window.width(), m_window.height() + m_titlebar.height() +
402 m_titlebar.borderWidth()); 399 m_titlebar.borderWidth());
403 400
404#ifdef DEBUG
405 cerr<<__FILE__<<": Show Titlebar"<<endl;
406#endif // DEBUG
407} 401}
408 402
409void FbWinFrame::hideHandle() { 403void FbWinFrame::hideHandle() {