summaryrefslogtreecommitdiffstats
path: root/libao2/ao_sgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/ao_sgi.c')
-rw-r--r--libao2/ao_sgi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libao2/ao_sgi.c b/libao2/ao_sgi.c
index 40bc6b9177..492c8ff3ba 100644
--- a/libao2/ao_sgi.c
+++ b/libao2/ao_sgi.c
@@ -118,13 +118,6 @@ static int control(int cmd, void *arg){
mp_tmsg(MSGT_AO, MSGL_INFO, "[AO SGI] control.\n");
- switch(cmd) {
- case AOCONTROL_QUERY_FORMAT:
- /* Do not reject any format: return the closest matching
- * format if the request is not supported natively. */
- return CONTROL_TRUE;
- }
-
return CONTROL_UNKNOWN;
}