X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=src%2Floader.h;fp=src%2Floader.h;h=6f5942f0bf9733322208f14e01401ff7755580dd;hp=006f1d1d1469a5524c4d2fdc0a1c7168aad4639d;hb=f2e7684a76d6d82b776ec218e327038a5f53abd3;hpb=2e049875e7c35d10bd9724090abc2fe2ed5ac257 diff --git a/src/loader.h b/src/loader.h index 006f1d1..6f5942f 100644 --- a/src/loader.h +++ b/src/loader.h @@ -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