Remove method declaration with missing implementation

Authored by hriesenbeck on May 21 2019, 8:04 PM.

Description

Remove method declaration with missing implementation

The setTranslation(int index, KEduVocTranslation *translation) method of
class KEduVocExpression have declaration but no implementation. So
remove the declaration since it seems noone needs it anyway

Differential Revision: https://phabricator.kde.org/D21053

Details