summaryrefslogtreecommitdiff
path: root/dxfdata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dxfdata.cc')
-rw-r--r--dxfdata.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/dxfdata.cc b/dxfdata.cc
index 7247e00..2a23f1f 100644
--- a/dxfdata.cc
+++ b/dxfdata.cc
@@ -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();
contact: Jan Huwald // Impressum