mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 12:50:28 +02:00
+ removed empty Beep(); function, uses OnBeep now, sysutils should compile again
git-svn-id: trunk@14541 -
This commit is contained in:
parent
83c3e7a94b
commit
99a94573ed
@ -506,15 +506,6 @@ end;
|
||||
|
||||
|
||||
|
||||
{****************************************************************************
|
||||
Misc Functions
|
||||
****************************************************************************}
|
||||
|
||||
procedure Beep;
|
||||
begin
|
||||
end;
|
||||
|
||||
|
||||
{****************************************************************************
|
||||
Locale Functions
|
||||
****************************************************************************}
|
||||
@ -662,6 +653,8 @@ end;
|
||||
Initialization
|
||||
InitExceptions;
|
||||
InitInternational; { Initialize internationalization settings }
|
||||
OnBeep:=Nil; { No SysBeep() on MorphOS, for now. Figure out if we want
|
||||
to use intuition.library/DisplayBeep() for this (KB) }
|
||||
Finalization
|
||||
DoneExceptions;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user