Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
efe3b357
Commit
efe3b357
authored
Mar 27, 2022
by
Rob Swindell
💬
Browse files
Remove unused stub function.
parent
529912b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/sbbs3/ctrl/MainFormUnit.cpp
src/sbbs3/ctrl/MainFormUnit.cpp
+0
-4
No files found.
src/sbbs3/ctrl/MainFormUnit.cpp
View file @
efe3b357
...
@@ -2555,10 +2555,6 @@ void __fastcall TMainForm::HelpAboutMenuItemClick(TObject *Sender)
...
@@ -2555,10 +2555,6 @@ void __fastcall TMainForm::HelpAboutMenuItemClick(TObject *Sender)
delete
AboutBoxForm
;
delete
AboutBoxForm
;
}
}
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
BOOL
MuteService
(
SC_HANDLE
svc
,
SERVICE_STATUS
*
status
,
BOOL
mute
)
{
}
//---------------------------------------------------------------------------
void
__fastcall
TMainForm
::
SoundToggleExecute
(
TObject
*
Sender
)
void
__fastcall
TMainForm
::
SoundToggleExecute
(
TObject
*
Sender
)
{
{
SoundToggle
->
Checked
=!
SoundToggle
->
Checked
;
SoundToggle
->
Checked
=!
SoundToggle
->
Checked
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment