diff --git a/src/gui/dboxinfo.cpp b/src/gui/dboxinfo.cpp index 4ab750806..231ff5375 100644 --- a/src/gui/dboxinfo.cpp +++ b/src/gui/dboxinfo.cpp @@ -59,12 +59,6 @@ #include #include #include -#include - -static const int FSHIFT = 16; /* nr of bits of precision */ -#define FIXED_1 (1<> 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)