remove dictionaryInfo() from translation interface
[mdictionary] / src / plugins / google / TranslationGoogle.cpp
index 5d1d5c8..1167220 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)