From 332d69a1a5f850cdcad6b63cc4e6f070900c002c Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Mon, 3 Nov 2014 17:19:12 +0100 Subject: [PATCH] Removed comment + removed getters and setters comment --- cockatrice/src/tablezone.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cockatrice/src/tablezone.h b/cockatrice/src/tablezone.h index 301d96b4..9b362efa 100644 --- a/cockatrice/src/tablezone.h +++ b/cockatrice/src/tablezone.h @@ -133,9 +133,6 @@ public: */ void resizeToContents(); - //************************************************************************** - // GETTERS AND SETTERS - //************************************************************************** int getMinimumWidth() const { return currentMinimumWidth; } void setWidth(qreal _width){ prepareGeometryChange(); width = _width;}; qreal getWidth() const { return width; }