summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 9a4e258f35..ea5fce63f0 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -350,25 +350,6 @@ const m_option_t msgl_config[]={
};
-#if defined(__MINGW32__) || defined(__CYGWIN__)
-struct {
- char* name;
- int prio;
-} priority_presets_defs[] = {
- { "realtime", REALTIME_PRIORITY_CLASS},
- { "high", HIGH_PRIORITY_CLASS},
-#ifdef ABOVE_NORMAL_PRIORITY_CLASS
- { "abovenormal", ABOVE_NORMAL_PRIORITY_CLASS},
-#endif
- { "normal", NORMAL_PRIORITY_CLASS},
-#ifdef BELOW_NORMAL_PRIORITY_CLASS
- { "belownormal", BELOW_NORMAL_PRIORITY_CLASS},
-#endif
- { "idle", IDLE_PRIORITY_CLASS},
- { NULL, NORMAL_PRIORITY_CLASS} /* default */
-};
-#endif /* defined(__MINGW32__) || defined(__CYGWIN__) */
-
extern const m_option_t noconfig_opts[];
extern const m_option_t lavc_decode_opts_conf[];