mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2025-12-24 21:10:04 +01:00
remove redundant check
This commit is contained in:
parent
efbb09f5d4
commit
6cf106190b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ int main(int argc, char** argv, char** envp) {
|
|||
int ret = 0;
|
||||
|
||||
for (auto& file : std::filesystem::directory_iterator("./resource/images/")) {
|
||||
if (!file.is_regular_file() || file.path().extension() == ".hpp")
|
||||
if (!file.is_regular_file())
|
||||
continue;
|
||||
auto expectation = true;
|
||||
#ifndef JXL_FOUND
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue