1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

Removed unused variables

This commit is contained in:
ntfshard
2015-08-24 00:35:11 +03:00
committed by Alessandro Ranellucci
parent 32f5538e0d
commit d62f33b0b4
6 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ stl_count_facets(stl_file *stl, char *file) {
long file_size;
int header_num_facets;
int num_facets;
int i, j;
int i;
size_t s;
unsigned char chtest[128];
int num_lines = 1;