Browse Source

src/compiledata.cpp: only call DrawEnvelopes if MAKE_ENVELOPES is defined

master
Reece H. Dunn 12 years ago
parent
commit
0fdba9386d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/compiledata.cpp

+ 2
- 0
src/compiledata.cpp View File

@@ -3606,7 +3606,9 @@ fprintf(f_errors,"\nRefs %d, Reused %d\n",count_references,duplicate_references

CompileReport();
report_dict = CompileAllDictionaries();
#ifdef MAKE_ENVELOPES
DrawEnvelopes();
#endif


if(gui_flag)

Loading…
Cancel
Save