[vlc-commits] commit: Remove unused string ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Thu Apr 22 19:25:18 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 22 20:20:54 2010 +0300| [55e0a2b4bf1a90cd4a47aa39e6a20da7a29e81e9] | committer: Rémi Denis-Courmont
Remove unused string
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55e0a2b4bf1a90cd4a47aa39e6a20da7a29e81e9
---
src/video_output/video_epg.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/video_output/video_epg.c b/src/video_output/video_epg.c
index b114687..669bf91 100644
--- a/src/video_output/video_epg.c
+++ b/src/video_output/video_epg.c
@@ -40,7 +40,6 @@
#define EPG_NAME_SIZE 0.05
#define EPG_PROGRAM_SIZE 0.03
-#define NO_EPG N_( "No EPG found for this program." )
static subpicture_region_t * vout_OSDEpgSlider( vout_thread_t *p_vout,
More information about the vlc-commits
mailing list