mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
lcl: Remove RaiseLastOsError dummy proc. It is already implemented by RTL
git-svn-id: trunk@30279 -
This commit is contained in:
parent
fb870600ff
commit
10f142445b
@ -521,9 +521,4 @@ begin
|
||||
High(Buttons) - Low(Buttons) + 1, DefaultIndex, EscapeResult, X, Y);
|
||||
end;
|
||||
|
||||
procedure RaiseLastOSError;
|
||||
begin
|
||||
RaiseGDBException('ToDo: RaiseLastOSError');
|
||||
end;
|
||||
|
||||
//##apiwiz##epi## // Do not remove
|
||||
|
@ -146,9 +146,6 @@ function PromptUserAtXY(const DialogMessage : String; DialogType : longint; Butt
|
||||
function PromptUserAtXY(const DialogMessage : String; DialogType : longint; Buttons : PLongint; ButtonCount, DefaultIndex, EscapeResult : Longint; X, Y : Longint) : Longint;
|
||||
function PromptUserAtXY(const DialogCaption, DialogMessage : String; DialogType : longint; Buttons : Array of Longint; DefaultIndex, EscapeResult : Longint; X, Y : Longint) : Longint;
|
||||
|
||||
// should go to sysutils.pp
|
||||
procedure RaiseLastOSError;
|
||||
|
||||
//##apiwiz##epi## // Do not remove
|
||||
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user