diff options
Diffstat (limited to 'src/dxflinextrudenode.h')
-rw-r--r-- | src/dxflinextrudenode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dxflinextrudenode.h b/src/dxflinextrudenode.h index 3fa87c1..9ae9549 100644 --- a/src/dxflinextrudenode.h +++ b/src/dxflinextrudenode.h @@ -24,9 +24,6 @@ public: bool center, has_twist; QString filename, layername; virtual PolySet *render_polyset(render_mode_e mode) const; -#ifndef REMOVE_DUMP - virtual QString dump(QString indent) const; -#endif }; #endif |