Skip to content

Commit 0fa89c0

Browse files
author
delphidabbler
committed
Removed support for reading/writing ProxyServer section from USettings unit
1 parent aa67702 commit 0fa89c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Src/USettings.pas

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ interface
183183
/// <para>-ssApplication - info about the application</para>
184184
/// <para>-ssPreferences - info about program preferences</para>
185185
/// <para>-ssUserInfo - info about user</para>
186-
/// <para>-ssProxyServer - info about any proxy server</para>
187186
/// <para>-ssUnits - list of default units</para>
188187
/// <para>-ssDuplicateSnippet - persistent settings from Duplicate Snippets
189188
/// dlg</para>
@@ -195,7 +194,7 @@ interface
195194
/// </summary>
196195
TSettingsSectionId = (
197196
ssFindText, ssFindCompiler, ssFindXRefs, ssCompilerInfo, ssApplication,
198-
ssPreferences, ssUserInfo, ssProxyServer, ssUnits, ssDuplicateSnippet,
197+
ssPreferences, ssUserInfo, ssUnits, ssDuplicateSnippet,
199198
ssFavourites, ssWindowState, ssDatabase
200199
);
201200

@@ -556,7 +555,6 @@ function TSettingsBase.SectionStorage(
556555
ssCommon, // ssApplication
557556
ssUser, // ssPreferences
558557
ssUser, // ssUserInfo
559-
ssUser, // ssProxyServer
560558
ssUser, // ssUnits
561559
ssUser, // ssDuplicateSnippet
562560
ssUser, // ssFavourites
@@ -638,7 +636,6 @@ function TIniSettings.SectionName(const Id: TSettingsSectionId;
638636
'Application', // ssApplication
639637
'Prefs', // ssPreferences
640638
'UserInfo', // ssUserInfo
641-
'ProxyServer', // ssProxyServer
642639
'UnitList', // ssUnits
643640
'DuplicateSnippet', // ssDuplicateSnippet
644641
'Favourites', // ssFavourites

0 commit comments

Comments
 (0)