From bb59c026420080a978b2030e94d1c413a4f0f138 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 14 Sep 2007 15:40:00 +0000 Subject: [PATCH] nuke Document::continueLastSearch(), continueSearch(id) is enough svn path=/trunk/KDE/kdegraphics/okular/; revision=712500 --- core/document.cpp | 5 ----- core/document.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/core/document.cpp b/core/document.cpp index 37b94ab0d..40bb88c0a 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -2116,11 +2116,6 @@ void Document::resetSearch( int searchID ) delete s; } -void Document::continueLastSearch() -{ - return continueSearch( d->m_lastSearchID ); -} - void Document::cancelSearch() { d->m_searchCancelled = true; diff --git a/core/document.h b/core/document.h index b63657aa2..6b5d60ce1 100644 --- a/core/document.h +++ b/core/document.h @@ -406,11 +406,6 @@ class OKULAR_EXPORT Document : public QObject */ void resetSearch( int searchID ); - /** - * Continues with the last search. - */ - void continueLastSearch(); - /** * Adds a bookmark for the given @p page. */