summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-03-08 13:42:05 +0000
committerphintuka <phintuka>2007-03-08 13:42:05 +0000
commit0efb2b6600b20a9765e3e969cfc2d8cf224f0b07 (patch)
tree974048c997e5a38d54b87fa43688947369c6da35
parent03207929b80b133a714a9efa90c800106378b265 (diff)
downloadxineliboutput-0efb2b6600b20a9765e3e969cfc2d8cf224f0b07.tar.gz
xineliboutput-0efb2b6600b20a9765e3e969cfc2d8cf224f0b07.tar.bz2
removed include linux/unistd.h
-rw-r--r--xine_fbfe_frontend.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/xine_fbfe_frontend.c b/xine_fbfe_frontend.c
index 379cbd45..014a5022 100644
--- a/xine_fbfe_frontend.c
+++ b/xine_fbfe_frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_fbfe_frontend.c,v 1.10 2006-09-20 06:58:43 phintuka Exp $
+ * $Id: xine_fbfe_frontend.c,v 1.11 2007-03-08 13:42:05 phintuka Exp $
*
*/
@@ -22,7 +22,6 @@
#include <time.h>
#include <pthread.h>
#include <sched.h>
-#include <linux/unistd.h> /* gettid() */
#ifdef boolean
# define HAVE_BOOLEAN
@@ -210,7 +209,6 @@ static int fbfe_display_config(frontend_t *this_gen, int width, int height, int
this->aspect = aspect;
this->scale_video = scale_video;
this->field_order = field_order ? 1 : 0;
-
return 1;
}