gui/dboxinfo: cleanup

This commit is contained in:
martii
2013-12-30 18:37:23 +01:00
committed by svenhoefer
parent 74e454fc80
commit 6c117ff03e

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)