summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:19:16 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:19:16 +0200
commit885418c0d7e95790e6bf7acf9245bb988fb09311 (patch)
tree08b296ccdf038acf8efb3e2f0a3060790e16ac24 /include
parent51ff7e7a53afb14d5b01c00a37a2ea2c97431f4d (diff)
remove dead comment
Change-Id: I244e52ec494546383dcb1981c41f2d388ae7d85a
Diffstat (limited to 'include')
-rw-r--r--include/tools/gen.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx
index 9b624eeed378..bd02f237990a 100644
--- a/include/tools/gen.hxx
+++ b/include/tools/gen.hxx
@@ -426,10 +426,6 @@ public:
* Expands the rectangle in all directions by the input value.
*/
inline void expand(long nExpandBy);
- /**
- * Contracts the rectangle in all directions by the input value.
- */
- ;
private:
long nLeft;