Skip to content

Commit c7d96a5

Browse files
author
delphidabbler
committed
Remove unused tool button in main window
Also remove related TODO
1 parent f11bd3a commit c7d96a5

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

Src/CodeSnip.todo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
{TODO -cUI : Remove unused tool bar button in main window}
21
{TODO -cPreRelease : Remove -[**dev**] from product and file versions in .vi files before bumping release number}

Src/FmMain.dfm

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -166,21 +166,8 @@ inherited MainForm: TMainForm
166166
ImageIndex = 12
167167
Style = tbsSeparator
168168
end
169-
object tbUpdateDbase: TToolButton
170-
Left = 423
171-
Top = 0
172-
Action = actUpdateDbase
173-
end
174-
object tbSpacer4: TToolButton
175-
Left = 446
176-
Top = 0
177-
Width = 8
178-
Caption = 'tbSpacer4'
179-
ImageIndex = 12
180-
Style = tbsSeparator
181-
end
182169
object tbHelpContents: TToolButton
183-
Left = 454
170+
Left = 423
184171
Top = 0
185172
Action = actHelpContents
186173
end

Src/FmMain.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,11 @@ TMainForm = class(THelpAwareForm)
233233
tbSelectSnippets: TToolButton;
234234
tbSpacer1: TToolButton;
235235
tbSpacer3: TToolButton;
236-
tbSpacer4: TToolButton;
237236
tbSpacer5: TToolButton;
238237
tbSpacer6: TToolButton;
239238
tbSpacer7: TToolButton;
240239
tbSpacer8: TToolButton;
241240
tbTestCompile: TToolButton;
242-
tbUpdateDbase: TToolButton;
243241
actBlog: TBrowseURL;
244242
miBlog: TMenuItem;
245243
/// <summary>Displays About Box.</summary>

0 commit comments

Comments
 (0)