diff options
author | fluxgen <fluxgen> | 2003-06-13 21:00:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-13 21:00:18 (GMT) |
commit | 8a511aa1962d94983f64e5d2ac6269765185130e (patch) | |
tree | ce74a1899a012c9a02c970daf9d7d1b51c6ee1a3 /src | |
parent | c60b20fda66cfe0e904d7ea865fa1e7c34b4dc8d (diff) | |
download | fluxbox_pavel-8a511aa1962d94983f64e5d2ac6269765185130e.zip fluxbox_pavel-8a511aa1962d94983f64e5d2ac6269765185130e.tar.bz2 |
removed debug output
Diffstat (limited to 'src')
-rw-r--r-- | src/FbWinFrame.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index e0e582d..2a6fc3c 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.26 2003/06/05 13:09:08 fluxgen Exp $ | 22 | // $Id: FbWinFrame.cc,v 1.27 2003/06/13 21:00:18 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrame.hh" | 24 | #include "FbWinFrame.hh" |
25 | #include "ImageControl.hh" | 25 | #include "ImageControl.hh" |
@@ -890,7 +890,6 @@ void FbWinFrame::renderLabelButtons() { | |||
890 | 890 | ||
891 | if (label_pm) { | 891 | if (label_pm) { |
892 | m_current_label->setBackgroundPixmap(label_pm); | 892 | m_current_label->setBackgroundPixmap(label_pm); |
893 | cerr<<"label_pm = "<<hex<<label_pm<<dec<<endl; | ||
894 | } else | 893 | } else |
895 | m_current_label->setBackgroundColor(label_color); | 894 | m_current_label->setBackgroundColor(label_color); |
896 | m_current_label->clear(); | 895 | m_current_label->clear(); |