diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-13 10:19:06 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-13 10:19:06 -0400 |
commit | 175d4724a33bbb34e1a5ee609584a45ab9685058 (patch) | |
tree | 976418c3f6efec04593d9dd3e7f3e8ca09869713 /src/scrcmd.c | |
parent | 71f813e6e21e6ad5ec84b497cbb123b521979b92 (diff) | |
parent | 8ef6c0004cc1093e1533eb2d41fbde71ee93d22c (diff) |
Merge branch 'decoration'
Diffstat (limited to 'src/scrcmd.c')
-rwxr-xr-x[-rw-r--r--] | src/scrcmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 33867b58a..f2b5090af 100644..100755 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -61,7 +61,6 @@ extern u8 *gStdScripts[]; extern u8 *gStdScripts_End[]; extern u8 * const gUnknown_083CE048[]; -extern struct Decoration gDecorations[]; // This is defined in here so the optimizer can't see its value when compiling // script.c. |