Skip to content

[CHORE] Remove unused fields#6861

Open
Starexify wants to merge 5 commits intoFunkinCrew:developfrom
Starexify:remove-unused
Open

[CHORE] Remove unused fields#6861
Starexify wants to merge 5 commits intoFunkinCrew:developfrom
Starexify:remove-unused

Conversation

@Starexify
Copy link
Contributor

Description

Removes unused fields, reducing the size of the binary file by ~0.1MB !!! Very clean

Screenshots/Videos

Before PR:

image

After PR:

image

@github-actions github-actions bot added status: pending triage Awaiting review. size: large A large pull request with more than 100 changes. pr: haxe PR modifies game code. and removed size: large A large pull request with more than 100 changes. labels Feb 1, 2026
var loopNum:Int = group.members.length - 1;
var dumbNumb = Std.parseInt(Std.string(val));
var prevNum:ScoreNum;
//var prevNum:ScoreNum;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason this was commented out instead of removed?

@Hundrec Hundrec added size: large A large pull request with more than 100 changes. type: chore Involves minor adjustments that do not make functional changes. labels Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: large A large pull request with more than 100 changes. status: pending triage Awaiting review. type: chore Involves minor adjustments that do not make functional changes.

Development

Successfully merging this pull request may close these issues.

6 participants

Comments