File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ static WCHAR s_szShow[] = L"Show";
33
33
static WCHAR s_szToolbarIcon[] = L" ToolbarIcon" ;
34
34
static WCHAR s_szIndent[] = L" Indent" ;
35
35
static WCHAR s_szVersion[] = L" Version" ;
36
- static WCHAR s_szDBPath[] = L" DBPath" ;
37
36
static WCHAR s_szDBFile[] = L" DBFile" ;
38
37
39
38
// ///////////////////////////////////////////////////////////////////////////
@@ -80,12 +79,5 @@ void Options::Read()
80
79
_toolbarIcon = GetBool (s_szOptions, s_szToolbarIcon, true );
81
80
_indentSnippet = GetBool (s_szOptions, s_szIndent, true );
82
81
_prevVersion = GetString (s_szOptions, s_szVersion, L" " );
83
-
84
- // Did the user specify a special path for the database?
85
82
_DBFile = GetString (s_szOptions, s_szDBFile, L" " );
86
- if (_DBFile.length () == 0 )
87
- {
88
- // Try the old name of this entry
89
- _DBFile = GetString (s_szOptions, s_szDBPath, L" " );
90
- }
91
83
}
You can’t perform that action at this time.
0 commit comments