diff options
-rw-r--r-- | src/xine-engine/osd.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c index 7e427be29..3d388fdf9 100644 --- a/src/xine-engine/osd.c +++ b/src/xine-engine/osd.c @@ -737,13 +737,7 @@ static void osd_load_fonts (osd_renderer_t *this, char *path) { } } - /* - * for a reason that is still unknown this closedir breaks - * ac3 passthrough (at least for oss). - * Needs to be investigted further... - * -- Heiko - */ - /* closedir (dir); */ + closedir (dir); } } |