diff --git a/instat/ucrScript.vb b/instat/ucrScript.vb index 5c239e72735..8db84f86f7c 100644 --- a/instat/ucrScript.vb +++ b/instat/ucrScript.vb @@ -25,15 +25,10 @@ Public Class ucrScript Private Const iTabIndexLog As Integer = 0 Private Const strComment As String = "Code run from Script Window" Private strRInstatLogFilesFolderPath As String = Path.Combine(Path.GetFullPath(FileIO.SpecialDirectories.MyDocuments), "R-Instat_Log_files") - Private strRecentFilesPath As String Friend WithEvents clsScriptActive As Scintilla Friend WithEvents clsScriptLog As Scintilla - 'Public Sub New(strAppDataPath As String) - ' strRecentFilesPath = Path.Combine(strAppDataPath, "recent.mru") - 'End Sub - Public Sub New() ' This call is required by the designer. InitializeComponent()