gui/dboxinfo: cleanup

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6c117ff03e
Author: martii <m4rtii@gmx.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-12-30 18:37:23 +01:00
committed by vanhofen
parent d4608352c9
commit 0de0aa6a83

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)