aboutsummaryrefslogtreecommitdiff
path: root/src/ImageUtils.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-02 23:29:33 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-02 23:29:33 +0200
commit3ca7ed72c2f3a046e94213a8c26d80eafde9585c (patch)
tree67959bc624c4af5ad9d2e9ae805295097ca0a4ea /src/ImageUtils.cpp
parent42ab6b1f7ad01cf87fa611b22313172a30eaff51 (diff)
FileManager: show video thumbnails, update thumbnail if name is the same but the content has changed (last modified time changed)
Diffstat (limited to 'src/ImageUtils.cpp')
-rw-r--r--src/ImageUtils.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ImageUtils.cpp b/src/ImageUtils.cpp
index 25a6680..3310ea0 100644
--- a/src/ImageUtils.cpp
+++ b/src/ImageUtils.cpp
@@ -122,8 +122,4 @@ namespace QuickMedia {
}
return false;
}
-
- bool is_image_ext(const char *ext) {
- return strcasecmp(ext, ".jpg") == 0 || strcasecmp(ext, ".jpeg") == 0 || strcasecmp(ext, ".png") == 0 || strcasecmp(ext, ".gif") == 0 || strcasecmp(ext, ".webp") == 0;
- }
} \ No newline at end of file