another patch from djpohly, this time to silence some pointless log output
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "RageUtil.h"
|
#include "RageUtil.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
@@ -135,7 +134,6 @@ void InputHandler_Linux_Joystick::InputThread()
|
|||||||
continue;
|
continue;
|
||||||
RageTimer now;
|
RageTimer now;
|
||||||
|
|
||||||
printf("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n");
|
|
||||||
for(int i = 0; i < NUM_JOYSTICKS; ++i)
|
for(int i = 0; i < NUM_JOYSTICKS; ++i)
|
||||||
{
|
{
|
||||||
if( fds[i] == -1 )
|
if( fds[i] == -1 )
|
||||||
|
|||||||
Reference in New Issue
Block a user