Remove method declaration with missing implementation
ClosedPublic

Authored by hriesenbeck on May 6 2019, 7:04 PM.

Details

Reviewers
aacid
Group Reviewers
KDE Edu
Summary

The setTranslation(int index, KEduVocTranslation *translation) method of
class KEduVocExpression have declaration but no implementation. The
declaration is removed.

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped
hriesenbeck created this revision.May 6 2019, 7:04 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptMay 6 2019, 7:04 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
hriesenbeck requested review of this revision.May 6 2019, 7:04 PM
aacid added a subscriber: aacid.May 16 2019, 8:24 PM

Do you think we'll need this method?

Otherwise since it's clearly not being used we could just remove it?

I agree with you, that this method can be removed.
So I will modify the review accordingly.

hriesenbeck retitled this revision from Missing Implementation for KEduVocExpression method is added to Remove method declaration with missing implementation.May 21 2019, 2:25 PM
hriesenbeck edited the summary of this revision. (Show Details)
hriesenbeck edited the test plan for this revision. (Show Details)

The previous made changes are reverted and the faulty method declaration is removed.

aacid accepted this revision.May 21 2019, 8:03 PM

Your diff is a bit weird it removes code that doesn't exist.

Anyhow i'll remove the function declaration myself and pretend you did it :D

This revision is now accepted and ready to land.May 21 2019, 8:03 PM