mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Remove unused functions.
This commit is contained in:
parent
94fdd848b7
commit
13156a58e9
1 changed files with 0 additions and 6 deletions
|
|
@ -51,12 +51,6 @@ public class TemporaryMod : IMod
|
||||||
public TemporaryMod()
|
public TemporaryMod()
|
||||||
=> Default = new DefaultSubMod(this);
|
=> Default = new DefaultSubMod(this);
|
||||||
|
|
||||||
public void SetFile(Utf8GamePath gamePath, FullPath fullPath)
|
|
||||||
=> Default.Files[gamePath] = fullPath;
|
|
||||||
|
|
||||||
public bool SetManipulation(MetaManipulation manip)
|
|
||||||
=> Default.Manipulations.Remove(manip) | Default.Manipulations.Add(manip);
|
|
||||||
|
|
||||||
public void SetAll(Dictionary<Utf8GamePath, FullPath> dict, MetaDictionary manips)
|
public void SetAll(Dictionary<Utf8GamePath, FullPath> dict, MetaDictionary manips)
|
||||||
{
|
{
|
||||||
Default.Files = dict;
|
Default.Files = dict;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue