blob: d782363f5f4be78946af57b800d30edd1ac3debb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: pilotskin-0.0.2/pilotskinosd.h
===================================================================
--- pilotskin-0.0.2.orig/pilotskinosd.h
+++ pilotskin-0.0.2/pilotskinosd.h
@@ -12,8 +12,6 @@
#include "config.h"
-static const cFont *font = cFont::GetFont(fontOsd);
-static const int LINEHEIGHT = font->Height();
#define NBLINES 4
class cPilotskinOsd : public cOsdObject {
|