From 1e5883afb3fae62d7558c0e9726ec5206458b948 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 11 Aug 2002 21:12:10 +0000 Subject: minor style issue --- src/Tab.cc | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/Tab.cc b/src/Tab.cc index ebe8760..57a6474 100644 --- a/src/Tab.cc +++ b/src/Tab.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Tab.cc,v 1.30 2002/08/02 12:57:19 fluxgen Exp $ +// $Id: Tab.cc,v 1.31 2002/08/11 21:12:10 fluxgen Exp $ #include "Tab.hh" @@ -556,11 +556,7 @@ void Tab::moveNext() { // calculates m_inc_x and m_inc_y for tabs // used for positioning the tabs. //------------------------------------------- -void Tab::calcIncrease(void) { - #ifdef DEBUG - cerr << "Calculating tab increase" << endl; - #endif // DEBUG - +void Tab::calcIncrease() { Tab *tab; int inc_x = 0, inc_y = 0; unsigned int i = 0, tabs = numObjects(); @@ -1078,10 +1074,10 @@ void Tab::setTabHeight(unsigned int h) { // to get right size/width of tabs when // PLeft || PRight && isTabRotateVertical // --------------------------------------- -void Tab::resizeGroup(void) { - #ifdef DEBUG +void Tab::resizeGroup() { +#ifdef DEBUG cerr <<__FILE__<<"("<<__LINE__<<"): Resizing group"<m_next) { if ((m_win->getScreen()->getTabPlacement() == PLEFT || -- cgit v0.11.2