Skip to content

Commit d41e598

Browse files
committed
Methods inlined. (2)
1 parent a42762b commit d41e598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/uos_flat.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ function uos_InputAddDSP1ChanTo2Chan(PlayerIndex: cint32; InputIndex: cint32): c
552552
// example DSPIndex1 := InputAddDSP1ChanTo2Chan(InputIndex1);
553553

554554
function uos_InputAddDSPVolume(PlayerIndex: cint32; InputIndex: cint32; VolLeft: double;
555-
VolRight: double) : cint32 ; inline;
555+
VolRight: double) : cint32 ;
556556
// DSP Volume changer
557557
// PlayerIndex : Index of a existing Player
558558
// InputIndex : InputIndex of a existing Input

src/uos_flat.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ function uos_InputAddDSP1ChanTo2Chan(PlayerIndex: cint32; InputIndex: cint32): c
552552
// example DSPIndex1 := InputAddDSP1ChanTo2Chan(InputIndex1);
553553

554554
function uos_InputAddDSPVolume(PlayerIndex: cint32; InputIndex: cint32; VolLeft: double;
555-
VolRight: double) : cint32 ; inline;
555+
VolRight: double) : cint32 ;
556556
// DSP Volume changer
557557
// PlayerIndex : Index of a existing Player
558558
// InputIndex : InputIndex of a existing Input

0 commit comments

Comments
 (0)