Skip to content

Commit

Permalink
GUS: Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Aug 19, 2018
1 parent 3f9212e commit 0bbb5ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hardware/gus.cpp
Expand Up @@ -193,7 +193,6 @@ class GUSChannels {
Bit32u RampEnd; Bit32u RampEnd;
Bit32u RampVol; Bit32u RampVol;
Bit32u RampAdd; Bit32u RampAdd;
Bit32u RampAddReal;


Bit8u RampRate; Bit8u RampRate;
Bit8u RampCtrl; Bit8u RampCtrl;
Expand All @@ -220,7 +219,6 @@ class GUSChannels {
RampEnd = 0; RampEnd = 0;
RampCtrl = 3; RampCtrl = 3;
RampAdd = 0; RampAdd = 0;
RampAddReal = 0;
RampVol = 0; RampVol = 0;
VolLeft = 0; VolLeft = 0;
VolRight = 0; VolRight = 0;
Expand Down

0 comments on commit 0bbb5ac

Please sign in to comment.