[aseprite] 43/51: Remove features that aren't supported in .anim format

Tobias Hansen thansen at moszumanska.debian.org
Mon Jul 11 21:35:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit f9dfe347b1bf4a7a5963f8e9e9c603d198b8b764
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Jul 5 11:52:58 2016 -0300

    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 b9fd74e..0f2986f 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list