mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
jovie: remove deprecated method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
31acafdca3
commit
f03c16b566
2 changed files with 0 additions and 12 deletions
|
@ -534,7 +534,6 @@ bool Jovie::ready()
|
|||
//if (Speaker::Instance())
|
||||
// return true;
|
||||
//kDebug() << "Jovie::ready: Starting KTTSD service";
|
||||
// if (!initializeSpeechData()) return false;
|
||||
if (!initializeTalkerMgr())
|
||||
return false;
|
||||
if (!initializeSpeaker())
|
||||
|
@ -544,11 +543,6 @@ bool Jovie::ready()
|
|||
return true;
|
||||
}
|
||||
|
||||
bool Jovie::initializeSpeechData()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Jovie::initializeTalkerMgr()
|
||||
{
|
||||
TalkerMgr::Instance()->loadTalkers(KGlobal::config().data());
|
||||
|
|
|
@ -598,12 +598,6 @@ private:
|
|||
*/
|
||||
bool initializeConfigData();
|
||||
|
||||
/*
|
||||
* Create and initialize the SpeechData object.
|
||||
* Deprecated, remove in KDE 5
|
||||
*/
|
||||
bool initializeSpeechData();
|
||||
|
||||
/*
|
||||
* Create and initialize the TalkerMgr object.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue