gui: Do not decode the pressed key multiple times.
[paraslash.git] / wmadec_filter.c
index 71a7cd785c60852ba64cb3ec1bd0395071873f67..edf50cb0b3834d8971fe9602f6528e2f2bd86e5d 100644 (file)
@@ -5,8 +5,7 @@
  *
  * Copyright (c) 2002 The FFmpeg Project
  *
- * Licensed under the GNU Lesser General Public License.
- * For licencing details see COPYING.LIB.
+ * Licensed under the GNU Lesser General Public License, see file COPYING.LIB.
  */
 
 /** \file wmadec_filter.c paraslash's WMA decoder. */
@@ -15,8 +14,6 @@
  * This decoder handles Microsoft Windows Media Audio data version 2.
  */
 
-#define _XOPEN_SOURCE 600
-
 #include <math.h>
 #include <regex.h>
 #include <sys/select.h>