Skip to content

Commit 382dea9

Browse files
authored
remove some vestiges of monitor-local variables
1 parent 99d77dc commit 382dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RasterPropMonitor/Core/StringProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class StringProcessorFormatter
3939
public string cachedResult;
4040

4141
// TODO: Add support for multi-line processed support.
42-
public StringProcessorFormatter(string input, RasterPropMonitorComputer rpmComp, RasterPropMonitor rpm = null)
42+
public StringProcessorFormatter(string input, RasterPropMonitorComputer rpmComp)
4343
{
4444
if(string.IsNullOrEmpty(input))
4545
{

0 commit comments

Comments
 (0)