diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-26 13:54:52 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-26 13:54:52 -0400 |
| commit | a13bc47e4bd9bcc1335af55c8f07e0c54190e92d (patch) | |
| tree | 1436f82ce11b57ef25d49ecabd41e39786f18b14 /include | |
| parent | 102042628fa139f4e509251bdd9095493f031e28 (diff) | |
Remove constant copied from TP decomp
Diffstat (limited to 'include')
| -rw-r--r-- | include/JSystem/JKernel/JKRCompression.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/JSystem/JKernel/JKRCompression.h b/include/JSystem/JKernel/JKRCompression.h index 51a2fa39..21a536bf 100644 --- a/include/JSystem/JKernel/JKRCompression.h +++ b/include/JSystem/JKernel/JKRCompression.h @@ -5,6 +5,5 @@ typedef int JKRCompression; const JKRCompression COMPRESSION_NONE = 0; const JKRCompression COMPRESSION_YAY0 = 1; const JKRCompression COMPRESSION_YAZ0 = 2; -const JKRCompression COMPRESSION_ASR = 3; -#endif
\ No newline at end of file +#endif |
