From e04cb9a66b12364155a4875b96c586ff4e530a79 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 3 Oct 2012 15:34:59 +0200 Subject: [PATCH] We don't need those two in EMU ;). --- input.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/input.c b/input.c index d781c5b10..00fe9fb41 100644 --- a/input.c +++ b/input.c @@ -43,8 +43,10 @@ #define NUM_FDS 4 int inputfds[4] = { -1, -1, -1, -1 }; +#ifndef EMULATE_READER pid_t slider_pid = -1; struct popen_noshell_pass_to_pclose pclose_arg; +#endif void slider_handler(int sig) {