chore: remove dead code

This commit is contained in:
bd_ 2023-10-11 17:59:05 +09:00
parent 27bd3496f1
commit 5fff791f47
2 changed files with 0 additions and 45 deletions

View File

@ -1,42 +0,0 @@
/*
* MIT License
*
* Copyright (c) 2022 bd_
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
using UnityEditor;
namespace nadena.dev.modular_avatar.core.editor
{
internal static class ModularAvatarSettings
{
private const string PREFKEY_APPLY_ON_PLAY = "nadena.dev.modular-avatar.applyOnPlay";
#if UNITY_EDITOR
public static bool applyOnPlay
{
get => EditorPrefs.GetBool(PREFKEY_APPLY_ON_PLAY, true);
set => EditorPrefs.SetBool(PREFKEY_APPLY_ON_PLAY, value);
}
#else
public static bool applyOnPlay = false;
#endif
}
}

View File

@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: bf636eb59d084fb3ae6ce8277adde230
timeCreated: 1661822033