lcl: Remove RaiseLastOsError dummy proc. It is already implemented by RTL

git-svn-id: trunk@30279 -
This commit is contained in:
paul 2011-04-13 08:37:17 +00:00
parent fb870600ff
commit 10f142445b
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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}