summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-29 18:48:50 +0200
committerwm4 <wm4@nowhere>2012-07-30 01:42:54 +0200
commit614f847516b7ed98784b8d491a417e037ff2f391 (patch)
treec258f29d0c25158d5ae994719df34b02d8146668 /options.h
parent7349d39938ae61b90778ddef5cf427e37cd96c75 (diff)
downloadmpv-614f847516b7ed98784b8d491a417e037ff2f391.tar.bz2
mpv-614f847516b7ed98784b8d491a417e037ff2f391.tar.xz
mplayer: remove Linux RTC support
This used /dev/rtc for timing. /dev/rtc root only by default, and I have a hard time believing that the standard OS functions are not good enough. (Even if not, support for POSIX high resolution timers should be added instead, see clock_gettime() and others.)
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/options.h b/options.h
index eacbafb89a..9cd4f04761 100644
--- a/options.h
+++ b/options.h
@@ -62,8 +62,6 @@ typedef struct MPOpts {
float hr_seek_demuxer_offset;
int autosync;
int softsleep;
- int rtc;
- char *rtc_device;
int term_osd;
char *term_osd_esc;
char *playing_msg;