summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom/cdr-null.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 07:03:25 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 07:03:25 +0000
commitef6112349b45768da9e607cc3915b0c43048f3ce (patch)
tree91bb122af23f19a1e3528fdeb6619e3be6a56dd4 /plugins/dfcdrom/cdr-null.c
parentf3af5576f8f564541fe9dc26d5df1c35bafa09d1 (diff)
downloadpcsxr-ef6112349b45768da9e607cc3915b0c43048f3ce.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38251 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr-null.c')
-rw-r--r--plugins/dfcdrom/cdr-null.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/dfcdrom/cdr-null.c b/plugins/dfcdrom/cdr-null.c
index 4712b2e3..7fcc0c0c 100644
--- a/plugins/dfcdrom/cdr-null.c
+++ b/plugins/dfcdrom/cdr-null.c
@@ -6,22 +6,7 @@
*/
#include "config.h"
-
-#include <stdio.h>
-#include <stdlib.h>
#include <stdint.h>
-#include <time.h>
-#include <string.h>
-
-#ifdef ENABLE_NLS
-#include <libintl.h>
-#include <locale.h>
-#define _(x) gettext(x)
-#define N_(x) (x)
-#else
-#define _(x) (x)
-#define N_(x) (x)
-#endif
char *LibName = N_("CDR NULL Plugin");