1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-01-15 04:36:59 +00:00

Remove unused extern CutsceneData in z_bg_dy_yoseizo.c

This commit is contained in:
Dragorn421 2021-09-21 10:09:37 +02:00
parent 889391f5ea
commit 802ebf6fb2
No known key found for this signature in database
GPG key ID: C182A3A3996E8201

View file

@ -68,13 +68,6 @@ const ActorInit Bg_Dy_Yoseizo_InitVars = {
NULL, NULL,
}; };
extern CutsceneData D_02000130;
extern CutsceneData D_02000160;
extern CutsceneData D_02001020;
extern CutsceneData D_020013E0;
extern CutsceneData D_02001F40;
extern CutsceneData D_020025D0;
void BgDyYoseizo_Init(Actor* thisx, GlobalContext* globalCtx2) { void BgDyYoseizo_Init(Actor* thisx, GlobalContext* globalCtx2) {
GlobalContext* globalCtx = globalCtx2; GlobalContext* globalCtx = globalCtx2;
BgDyYoseizo* this = THIS; BgDyYoseizo* this = THIS;