Fix code to comply with coding style

This commit is contained in:
unknown
2015-07-29 19:48:08 -06:00
committed by mirrorbender
parent 0faba3b018
commit 739ede2242
4 changed files with 15 additions and 17 deletions

View File

@ -40,7 +40,6 @@ extern int OSDChoice;
extern bool bLastFrameDumped;
// Renderer really isn't a very good name for this class - it's more like "Misc".
// The long term goal is to get rid of this class and replace it with others that make
// more sense.
@ -137,7 +136,6 @@ public:
static Common::Event s_screenshotCompleted;
protected:
static void CalculateTargetScale(int x, int y, int* scaledX, int* scaledY);