Skip to content

Commit

Permalink
Remove unused image compression/decompression functions
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryforce authored and TurboGit committed Nov 12, 2024
1 parent 459b072 commit 656426a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 195 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ FILE(GLOB SOURCE_FILES
"common/history_snapshot.c"
"common/image.c"
"common/image_cache.c"
"common/image_compression.c"
"common/imagebuf.c"
"common/import_session.c"
"common/interpolation.c"
Expand Down
160 changes: 0 additions & 160 deletions src/common/image_compression.c

This file was deleted.

33 changes: 0 additions & 33 deletions src/common/image_compression.h

This file was deleted.

1 change: 0 additions & 1 deletion src/imageio/imageio.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "common/debug.h"
#include "common/exif.h"
#include "common/image_cache.h"
#include "common/image_compression.h"
#include "common/mipmap_cache.h"
#include "common/styles.h"
#include "control/conf.h"
Expand Down

0 comments on commit 656426a

Please sign in to comment.