summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/voicefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/voicefile.h')
-rw-r--r--rbutil/rbutilqt/voicefile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/rbutil/rbutilqt/voicefile.h b/rbutil/rbutilqt/voicefile.h
index 1a5d267b1f..0bc4df8312 100644
--- a/rbutil/rbutilqt/voicefile.h
+++ b/rbutil/rbutilqt/voicefile.h
@@ -29,7 +29,6 @@
29#include "encoders.h" 29#include "encoders.h"
30#include "tts.h" 30#include "tts.h"
31#include "httpget.h" 31#include "httpget.h"
32#include "rbsettings.h"
33 32
34#include "wavtrim.h" 33#include "wavtrim.h"
35#include "voicefont.h" 34#include "voicefont.h"
@@ -43,9 +42,6 @@ public:
43 //start creation 42 //start creation
44 bool createVoiceFile(ProgressloggerInterface* logger); 43 bool createVoiceFile(ProgressloggerInterface* logger);
45 44
46 // set infos
47 void setSettings(RbSettings* sett) { settings = sett;}
48
49 void setMountPoint(QString mountpoint) {m_mountpoint =mountpoint; } 45 void setMountPoint(QString mountpoint) {m_mountpoint =mountpoint; }
50 void setTargetId(int id){m_targetid = id;} 46 void setTargetId(int id){m_targetid = id;}
51 void setLang(QString name){m_lang =name;} 47 void setLang(QString name){m_lang =name;}
@@ -64,7 +60,6 @@ private:
64 // ptr to encoder, tts and settings 60 // ptr to encoder, tts and settings
65 TTSBase* m_tts; 61 TTSBase* m_tts;
66 EncBase* m_enc; 62 EncBase* m_enc;
67 RbSettings* settings;
68 HttpGet *getter; 63 HttpGet *getter;
69 64
70 QString filename; //the temporary file 65 QString filename; //the temporary file