X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/101ceb40b1d730118a1398a9a7efb4cdf529304e..6e5fefdf863aa639a1f763f88232e2ef3e598e15:/src/gtk1/joystick.cpp?ds=sidebyside

diff --git a/src/gtk1/joystick.cpp b/src/gtk1/joystick.cpp
index e783f1276d..0b7cf394f4 100644
--- a/src/gtk1/joystick.cpp
+++ b/src/gtk1/joystick.cpp
@@ -54,7 +54,6 @@ void *wxJoystick::Entry(void)
   struct timeval time_out = {0, 0};
 
   FD_ZERO(&read_fds);
-  DeferDestroy(TRUE);
   while (1) {
     TestDestroy();