From ce2515ddb85669b1607989f69d7ec9eb89b42819 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 19 Apr 2013 00:27:22 +0200 Subject: ao: remove ao_driver.is_new field Is unused, is completely pointless. --- audio/out/ao.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/out/ao.h') diff --git a/audio/out/ao.h b/audio/out/ao.h index 465bcf6197..50f121bec2 100644 --- a/audio/out/ao.h +++ b/audio/out/ao.h @@ -69,7 +69,6 @@ typedef struct ao_old_functions { struct ao; struct ao_driver { - bool is_new; bool encode; const struct ao_info *info; const struct ao_old_functions *old_functions; -- cgit v1.2.3