summaryrefslogtreecommitdiff
path: root/navit/osd.h
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-12-19 23:41:04 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-12-19 23:41:04 +0000
commit3560b11b512af661753137c6e75beb2ec941b6fc (patch)
tree26c46f00f3920beb8d3833baddc52e64648352b2 /navit/osd.h
parent72e1584fc5766ea14dc4bbce013ec687860cc975 (diff)
downloadnavit-svn-3560b11b512af661753137c6e75beb2ec941b6fc.tar.gz
Fix:osd:Remove strange, buggy and undocumented code for drawing a box around an OSD item based on attr_flags.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5977 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/osd.h')
-rw-r--r--navit/osd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/osd.h b/navit/osd.h
index 851377db..68f96d8d 100644
--- a/navit/osd.h
+++ b/navit/osd.h
@@ -39,7 +39,7 @@ struct osd_item_methods {
struct osd_item {
struct point p;
struct osd_item_methods meth;
- int flags, attr_flags, w, h, fg_line_width, font_size, osd_configuration, configured;
+ int flags, w, h, fg_line_width, font_size, osd_configuration, configured;
int rel_w, rel_h, rel_x, rel_y;
struct color color_bg, color_white, text_color;
struct navit *navit;