Skip to content

Commit d2a1cf1

Browse files
committed
Update kOSProcessor.cs
Forgot to remove the old UI_ChooseOption
1 parent 7c92a54 commit d2a1cf1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/kOS/Module/kOSProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ private void PopulateDiskSpaceUI()
375375
//populate diskSpaceUI selector
376376
diskSpaceUI = diskSpace.ToString();
377377
BaseField field = Fields["diskSpaceUI"];
378-
UI_ChooseOption options = (UI_ChooseOption)field.uiControlEditor;
379378

380379
UI_FloatRange slider = new UI_FloatRange
381380
{

0 commit comments

Comments
 (0)