]> git.sur5r.net Git - fstl/blobdiff - src/loader.h
New upstream version 0.10.0
[fstl] / src / loader.h
index 006f1d1d1469a5524c4d2fdc0a1c7168aad4639d..6f5942f0bf9733322208f14e01401ff7755580dd 100644 (file)
@@ -26,16 +26,11 @@ signals:
 
     void error_bad_stl();
     void error_empty_mesh();
-    void warning_confusing_stl();
     void error_missing_file();
 
 private:
     const QString filename;
     bool is_reload;
-
-    /*  Used to warn on binary STLs that begin with the word 'solid'" */
-    bool confusing_stl;
-
 };
 
 #endif // LOADER_H