X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Flinux%2Fgamecontroller.cpp;h=06008bcf90b0adcd2abd89d6e05eac457b049992;hb=294c354ae3b1f26887c37f866f082e52c08d80f1;hp=c6b17c8541bc3c22703cb7b808b7099480cbed50;hpb=2ed9d7a0a96638bdf0614c1cf858719e7ced40d3;p=libs%2Fgui.git diff --git a/source/input/linux/gamecontroller.cpp b/source/input/linux/gamecontroller.cpp index c6b17c8..06008bc 100644 --- a/source/input/linux/gamecontroller.cpp +++ b/source/input/linux/gamecontroller.cpp @@ -16,8 +16,7 @@ namespace Input { vector GameController::Private::detected_controllers; GameController::GameController(unsigned index): - Device(GAME_CONTROLLER), - event_disp(0) + Device(GAME_CONTROLLER) { if(!detect_done) detect();