Skip to content

Commit

Permalink
Merge pull request zealdocs#199 from JIghtuse/upstream
Browse files Browse the repository at this point in the history
Remove unused method (fix for zealdocs#196)
  • Loading branch information
jkozera committed Oct 2, 2014
2 parents 60584a2 + 8f22607 commit 2ce10ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions zeal/zealdocsetsregistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ ZealDocsetsRegistry::ZealDocsetsRegistry() :
thread->start();
}

bool ZealDocsetsRegistry::hasDocset(const QString &name)
{
this->docs.contains(name);
}

QList<ZealDocsetsRegistry::docsetEntry> ZealDocsetsRegistry::docsets()
{
return this->docs.values();
Expand Down
1 change: 0 additions & 1 deletion zeal/zealdocsetsregistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class ZealDocsetsRegistry : public QObject
// Returns the list of links available in a given webpage.
// Scans the list of related links for a given page. This lets you view the methods of a given object.
QList<ZealSearchResult> getRelatedLinks(QString name, QString path);
bool hasDocset(const QString& name);
QString prepareQuery(const QString& rawQuery);
void runQuery(const QString& query);
void invalidateQueries();
Expand Down

0 comments on commit 2ce10ca

Please sign in to comment.