aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-helper-audio-record-gst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-helper-audio-record-gst.c')
-rw-r--r--src/conversation/gnunet-helper-audio-record-gst.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/conversation/gnunet-helper-audio-record-gst.c b/src/conversation/gnunet-helper-audio-record-gst.c
index 98ee97d15..f41f529ea 100644
--- a/src/conversation/gnunet-helper-audio-record-gst.c
+++ b/src/conversation/gnunet-helper-audio-record-gst.c
@@ -175,10 +175,6 @@ main(int argc, char **argv)
175 dump_pure_ogg = getenv("GNUNET_RECORD_PURE_OGG") ? 1 : 0; 175 dump_pure_ogg = getenv("GNUNET_RECORD_PURE_OGG") ? 1 : 0;
176#endif 176#endif
177 177
178#ifdef WINDOWS
179 setmode(1, _O_BINARY);
180#endif
181
182 /* Initialisation */ 178 /* Initialisation */
183 gst_init(&argc, &argv); 179 gst_init(&argc, &argv);
184 180