Browse Source

espeak 1.47.14 initializes FONT_SMALL/MEDIUM in a different place, so don't duplicate initialization

master
Reece H. Dunn 11 years ago
parent
commit
37b0e7c092
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/spect.cpp

+ 0
- 2
src/spect.cpp View File

@@ -93,8 +93,6 @@ float SpectTilt(int value, int freq)


SpectFrame::SpectFrame(SpectFrame *copy)
: FONT_SMALL(8,wxSWISS,wxNORMAL,wxNORMAL)
, FONT_MEDIUM(9,wxSWISS,wxNORMAL,wxNORMAL)
{//=====================================

int ix;

Loading…
Cancel
Save