gui/dboxinfo: cleanup

Origin commit data
------------------
Commit: 6c117ff03e
Author: martii <m4rtii@gmx.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)
This commit is contained in:
martii
2013-12-30 18:37:23 +01:00
committed by vanhofen
parent b8592583f5
commit 7dbb63b352

View File

@@ -59,12 +59,6 @@
#include <map>
#include <iostream>
#include <fstream>
#include <ctype.h>
static const int FSHIFT = 16; /* nr of bits of precision */
#define FIXED_1 (1<<FSHIFT) /* 1.0 as fixed-point */
#define LOAD_INT(x) ((x) >> FSHIFT)
#define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100)
CDBoxInfoWidget::CDBoxInfoWidget()
{
@@ -78,7 +72,6 @@ CDBoxInfoWidget::CDBoxInfoWidget()
y = 0;
}
int CDBoxInfoWidget::exec(CMenuTarget* parent, const std::string &)
{
if (parent)