From 31f053187a304970485fa017ed5de763242c2f52 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Dec 2013 12:48:11 -0600 Subject: [PATCH] The user-mode work queue was not being started --- libnxwidgets/src/ccallback.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/libnxwidgets/src/ccallback.cxx b/libnxwidgets/src/ccallback.cxx index b7cd31161..488016162 100644 --- a/libnxwidgets/src/ccallback.cxx +++ b/libnxwidgets/src/ccallback.cxx @@ -145,7 +145,6 @@ void CCallback::position(NXHANDLE hwnd, bounds->pt1.x, bounds->pt1.y, bounds->pt2.x, bounds->pt2.y, arg); - // The argument must be the CCallback instance CCallback *This = (CCallback *)arg;