diff --git a/KomplexHubPlugin/paginators/newestpackspaginator.cpp b/KomplexHubPlugin/paginators/newestpackspaginator.cpp deleted file mode 100644 index c084bbe..0000000 --- a/KomplexHubPlugin/paginators/newestpackspaginator.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "newestpackspaginator.h" -#include "common/coreservices.h" -#include "common/logging.h" - -NewestPacksPaginator::NewestPacksPaginator() : Paginator() -{ - SlidingCacheController *controller = this->controller(); - controller->setFetch( - std::bind(&NewestPacksPaginator::fetch, this, std::placeholders::_1, std::placeholders::_2) - ); -} \ No newline at end of file