mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 13:09:32 +01: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
|
Locale Functions
|
||||||
****************************************************************************}
|
****************************************************************************}
|
||||||
@ -662,6 +653,8 @@ end;
|
|||||||
Initialization
|
Initialization
|
||||||
InitExceptions;
|
InitExceptions;
|
||||||
InitInternational; { Initialize internationalization settings }
|
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
|
Finalization
|
||||||
DoneExceptions;
|
DoneExceptions;
|
||||||
end.
|
end.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user