diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-25 02:37:21 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-25 02:37:21 (GMT) |
commit | b485a2861f660411727b0020dbbe7aefd684fba8 (patch) | |
tree | 17d0d5715f42c71dbeb622724541854ca8436948 /dxfdata.cc | |
parent | c4d6ebd091916ac8ef66db7a2b561843fbaa3304 (diff) |
Clifford Wolf:
Added 'surface' module
git-svn-id: http://svn.clifford.at/openscad/trunk@76 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'dxfdata.cc')
-rw-r--r-- | dxfdata.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,7 +21,6 @@ #include "openscad.h" #include <QFile> -#include <assert.h> DxfData::DxfData(double fn, double fs, double fa, QString filename, QString layername, double xorigin, double yorigin, double scale) { @@ -251,7 +250,6 @@ DxfData::DxfData(double fn, double fs, double fa, QString filename, QString laye while (enabled_lines.count() > 0) { int current_line = enabled_lines.begin().value(), current_point = 0; - assert(lines[current_line].disabled == false); paths.append(Path()); Path *this_path = &paths.last(); |