diff options
Diffstat (limited to 'picfilesmodel.h')
-rw-r--r-- | picfilesmodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/picfilesmodel.h b/picfilesmodel.h index 6535f01..0ed11c9 100644 --- a/picfilesmodel.h +++ b/picfilesmodel.h @@ -36,8 +36,6 @@ class PicFilesModel : public SmTreeModel { void selectFromAll(); void selectFromRecent(int days); void selectFromSelection(QList<QVariant> ids); - void allPicIds(); - void recentPicIds(); QList<QList<QVariant> > getNextBatch(); QList<QList<QVariant> > allPics() const { return mAllPics; } |