star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit 49b90bdd15f6a8e78f040f419b08605bb70b91a6
parent 82ac1780944d00f2571856f630f0678a872613cc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 11 Apr 2025 11:44:40 +0200

Delete dead code

Diffstat:
Msrc/sstl.c | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/src/sstl.c b/src/sstl.c @@ -26,19 +26,6 @@ #include <errno.h> #include <stdio.h> -enum allowed_load_steps { - TRY_READ_ASCII = 1, - TRY_READ_BINARY = 2, - TRY_READ_ALL = 3 -}; - -enum read_type { - STARTED_ASCII = BIT(0), - STARTED_BIN = BIT(1), - OK_ASCII = BIT(2), - OK_BINARY = BIT(3) -}; - /******************************************************************************* * Helper functions ******************************************************************************/