summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-11-22 17:47:53 -0800
committerPierre Grandin <grandinp@gmail.com>2017-11-22 17:47:53 -0800
commit414ca8a952646f1e44360e235a0aaedf16ba2537 (patch)
tree3c3bf85c1f0b2e5ccfd783517040a347694e5982
parenta141209698351c8543cd86f384fc4f6e75a1c068 (diff)
downloadnavit-414ca8a952646f1e44360e235a0aaedf16ba2537.tar.gz
Work around compilation issue
-rw-r--r--navit/plugin/j1850/j1850.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/navit/plugin/j1850/j1850.c b/navit/plugin/j1850/j1850.c
index 26e18057d..e6aede5fb 100644
--- a/navit/plugin/j1850/j1850.c
+++ b/navit/plugin/j1850/j1850.c
@@ -325,9 +325,6 @@ osd_j1850_init(struct j1850 *this, struct navit *nav)
graphics_gc_set_foreground(this->white, &c);
graphics_gc_set_linewidth(this->white, this->width);
-
- graphics_gc_set_linewidth(this->osd_item.graphic_fg_white, this->width);
-
event_add_timeout(500, 1, callback_new_1(callback_cast(osd_j1850_draw), this));
j1850_init_serial_port(this);