From f9dfe347b1bf4a7a5963f8e9e9c603d198b8b764 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 5 Jul 2016 11:52:58 -0300 Subject: [PATCH] Remove features that aren't supported in .anim format --- src/app/file/pixly_format.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/file/pixly_format.cpp b/src/app/file/pixly_format.cpp index b9fd74ea4..0f2986f65 100644 --- a/src/app/file/pixly_format.cpp +++ b/src/app/file/pixly_format.cpp @@ -39,9 +39,7 @@ class PixlyFormat : public FileFormat { FILE_SUPPORT_RGB | FILE_SUPPORT_RGBA | FILE_SUPPORT_LAYERS | - FILE_SUPPORT_FRAMES | - FILE_SUPPORT_BIG_PALETTES | - FILE_SUPPORT_PALETTE_WITH_ALPHA; + FILE_SUPPORT_FRAMES; } bool onLoad(FileOp* fop) override;