Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / plugins / google / TranslationGoogle.cpp
index f6819c2..52c0778 100644 (file)
@@ -43,15 +43,10 @@ TranslationGoogle::~TranslationGoogle(){
     ;
 }
 
-
 QString TranslationGoogle::key() const{
     return _key;
 }
 
-QString TranslationGoogle::dictionaryInfo() const {
-    return _dictionaryInfo;
-}
-
 QString TranslationGoogle::toHtml() const {
     QString result("");
     if(!googlePlugin)