mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 12:29:30 +02:00
removed IFDEF unused var
git-svn-id: trunk@5780 -
This commit is contained in:
parent
3b38b2321b
commit
0394698db3
@ -1689,8 +1689,10 @@ begin
|
||||
end;
|
||||
|
||||
procedure TGtkWidgetSet.LoadFromPixbufFile(Bitmap: TObject; Filename: PChar);
|
||||
{$Ifndef NoGdkPixbufLib}
|
||||
var
|
||||
TheBitmap: TBitmap;
|
||||
{$ENDIF}
|
||||
|
||||
function LoadFile: Boolean;
|
||||
{$Ifndef NoGdkPixbufLib}
|
||||
@ -9232,6 +9234,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.524 2004/08/13 12:52:58 mattias
|
||||
removed IFDEF unused var
|
||||
|
||||
Revision 1.523 2004/08/13 12:41:54 mattias
|
||||
fixed uninitialized argument
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user