diff options
Diffstat (limited to 'src/openscad.h')
-rw-r--r-- | src/openscad.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openscad.h b/src/openscad.h index 61aec0e..23ae4da 100644 --- a/src/openscad.h +++ b/src/openscad.h @@ -32,7 +32,6 @@ extern int get_fragments_from_r(double r, double fn, double fs, double fa); #include <string> extern std::string commandline_commands; -extern int parser_error_pos; #include <QString> // The CWD when application started. We shouldn't change CWD, but until we stop @@ -40,7 +39,6 @@ extern int parser_error_pos; extern QString currentdir; extern QString examplesdir; -extern QString librarydir; #endif |