remove dictionaryInfo() from translation interface
[mdictionary] / src / include / translation.h
index 20e1453..7e9ebf7 100644 (file)
@@ -51,10 +51,6 @@ class Translation {
         return this->key()==translation->key();
     }
 
-    /*! \returns dictionary information (plugin name, languages, <logo> etc)\
-         to be displayed in translation table header */
-    virtual QString dictionaryInfo() const = 0;
-
     //! \return parsed raw format into html
     virtual QString toHtml() const = 0;