diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-15 01:31:19 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-15 01:31:19 -0500 |
commit | 8c5d8a550780ec370f340ad2537c5ec418740839 (patch) | |
tree | b2763c4d325426183f9f7d9aefc27d0e2d9c9d9a /src/scrcmd.c | |
parent | 86a26c9282f03c751fc67e7da6e0d4014f69a688 (diff) | |
parent | 6f4bf2cb0535b1a7dc72029c65d93e3ebdb19f95 (diff) |
fix merge conflicts
Diffstat (limited to 'src/scrcmd.c')
-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 --- 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. |