summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/sound.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-06-28 09:54:36 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-06-28 09:54:36 -0700
commit6d3af904d3cdff076c02e232ae9b6abccaf7b381 (patch)
tree00ae0b07b14162eec16bbb84333ac16f1a4452ae /sesman/chansrv/sound.h
parenta46a3130d305a6a91a63fa498c4bc40edaa4693d (diff)
downloadxrdp-proprietary-6d3af904d3cdff076c02e232ae9b6abccaf7b381.tar.gz
xrdp-proprietary-6d3af904d3cdff076c02e232ae9b6abccaf7b381.zip
sesman: sound.c: no logic change, remove tabs and warning
Diffstat (limited to 'sesman/chansrv/sound.h')
-rw-r--r--sesman/chansrv/sound.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sesman/chansrv/sound.h b/sesman/chansrv/sound.h
index b443f0e3..f3563dab 100644
--- a/sesman/chansrv/sound.h
+++ b/sesman/chansrv/sound.h
@@ -58,17 +58,4 @@ int APP_CC sound_check_wait_objs(void);
int APP_CC sound_data_in(struct stream* s, int chan_id, int chan_flags,
int length, int total_length);
-/* microphone related */
-static int APP_CC sound_send_server_input_formats(void);
-
-static int APP_CC sound_process_input_format(int aindex, int wFormatTag,
- int nChannels, int nSamplesPerSec, int nAvgBytesPerSec,
- int nBlockAlign, int wBitsPerSample, int cbSize, char *data);
-
-static int APP_CC sound_process_input_formats(struct stream *s, int size);
-static int APP_CC sound_input_start_recording();
-static int APP_CC sound_input_stop_recording();
-static int APP_CC sound_process_input_data(struct stream *s, int bytes);
-static int DEFAULT_CC sound_sndsrvr_source_data_in(struct trans *trans);
-
#endif