Retabify. Bad xemacs, bad.

This commit is contained in:
Steve Checkoway
2004-05-26 00:58:42 +00:00
parent ec88a2037e
commit bb2c2c38a6
@@ -140,7 +140,6 @@ RageSound_CA::RageSound_CA()
LOG->Warn("Could not install the overload listener."); LOG->Warn("Could not install the overload listener.");
} }
vector<Desc> physicalFormats; vector<Desc> physicalFormats;
GetPhysicalFormats( sID, physicalFormats ); GetPhysicalFormats( sID, physicalFormats );
unsigned i; unsigned i;
@@ -208,7 +207,6 @@ RageSound_CA::RageSound_CA()
RageException::ThrowNonfatal("Couldn't get Latency."); RageException::ThrowNonfatal("Couldn't get Latency.");
} }
StartDecodeThread(); StartDecodeThread();
gConverter = new AudioConverter( this, procFormat ); gConverter = new AudioConverter( this, procFormat );