ENABLE_THUMBNAIL_GENERATOR -> Refactoring to simplify code

This commit is contained in:
Enrico Turri
2019-10-24 12:09:09 +02:00
parent a417da8fea
commit 29fd0ef7c6
5 changed files with 76 additions and 26 deletions

View File

@@ -240,10 +240,6 @@ public:
void copy_selection_to_clipboard();
void paste_from_clipboard();
#if ENABLE_THUMBNAIL_GENERATOR
void generate_thumbnail(unsigned int w, unsigned int h, bool printable_only);
#endif // ENABLE_THUMBNAIL_GENERATOR
bool can_delete() const;
bool can_delete_all() const;
bool can_increase_instances() const;