Skip to content

Compiler warnings for unused symbols in GA_SettingsInspector.cs and GA_SignUp.cs #44

@Grimeh

Description

@Grimeh

There are several unused symbols in GA_SettingsInspector.cs and GA_SignUp.cs that generate compiler warnings.

btnSize in GA_SettingsInspector:1491:

const int btnSize = 12;

And _signUpInProgress, _createGameInProgress, _googlePlayPublicKey, _selectedPlatform, _selectedOrganization, _selectedStudio in GA_SignUp:38-43:

private bool _signUpInProgress = false;
private bool _createGameInProgress = false;
private string _googlePlayPublicKey = "";
private RuntimePlatform _selectedPlatform;
private int _selectedOrganization;
private int _selectedStudio;

The last 3 don't generate "assigned but not used" warnings, but they're all unused and seem related so it makes sense to remove them all imo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions