diff --git a/runnercontext.h b/runnercontext.h index 3b28f8905..5da02b298 100644 --- a/runnercontext.h +++ b/runnercontext.h @@ -122,16 +122,6 @@ class PLASMA_EXPORT RunnerContext : public QObject */ bool addMatch(const QString &term, const QueryMatch &match); - /** - * Takes the matches from this RunnerContext and copies to them another. - * If successful, the matches are removed from this RunnerContext and - * ownership passed to the other RunnerContext - * - * @arg other the RunnerContext to move this object's Matches to - * @return true if matches were added, false if matches were e.g. outdated - */ - bool moveMatchesTo(RunnerContext &other); - /** * Retrieves all available matches for the current search term. *