Skip to content

Commit c115eef

Browse files
committed
did things...
1 parent e213dd8 commit c115eef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Terminal.cs

-10
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,6 @@ public static explicit operator Style((ConsoleColor fg, ConsoleColor bg) tuple)
126126
public static explicit operator Style(ConsoleColor color) {
127127
return new(color);
128128
}
129-
130-
public (ConsoleColor fg, ConsoleColor bg) ToValueTuple() {
131-
throw new NotImplementedException();
132-
}
133-
134-
public static Style ToStyle(Style fg, Style bg) {
135-
return new() { Foreground = fg, Background = bg };
136-
throw new NotImplementedException();
137-
}
138-
139129
}
140130
public class Menu {
141131
#region Properties

0 commit comments

Comments
 (0)