summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap/variable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/removeoverlap/variable.cpp')
-rw-r--r--src/removeoverlap/variable.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/removeoverlap/variable.cpp b/src/removeoverlap/variable.cpp
index 0cf2e28a7..1890f788e 100644
--- a/src/removeoverlap/variable.cpp
+++ b/src/removeoverlap/variable.cpp
@@ -1,12 +1,11 @@
/**
- * \brief Remove overlaps function
*
* Authors:
* Tim Dwyer <tgdwyer@gmail.com>
*
* Copyright (C) 2005 Authors
*
- * Released under GNU GPL. Read the file 'COPYING' for more information.
+ * Released under GNU LGPL. Read the file 'COPYING' for more information.
*/
#include "variable.h"
std::ostream& operator <<(std::ostream &os, const Variable &v) {
@@ -14,7 +13,3 @@ std::ostream& operator <<(std::ostream &os, const Variable &v) {
return os;
}
-#include "block.h"
-double Variable::position() const {
- return block->posn+offset;
-}