mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Clean up
This commit is contained in:
parent
ab344497e7
commit
738f4b30b1
1 changed files with 0 additions and 2 deletions
|
|
@ -161,7 +161,6 @@ var
|
|||
GVolume: PGVolume;
|
||||
VolumeList: PGList;
|
||||
VolumeTemp: PGList;
|
||||
Index: Integer = 0;
|
||||
begin
|
||||
VolumeList:= g_volume_monitor_get_volumes(VolumeMonitor);
|
||||
Result:= Assigned(VolumeList);
|
||||
|
|
@ -178,7 +177,6 @@ begin
|
|||
|
||||
g_object_unref(PGObject(GVolume));
|
||||
VolumeTemp:= VolumeTemp^.next;
|
||||
Inc(Index);
|
||||
end;
|
||||
g_list_free(VolumeList);
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue