From 025780fc2127a97317cd1f7fb215ee28c128c827 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 14 Jun 2004 05:46:49 +0000 Subject: [PATCH] (no, don't use SDL for the rest) --- stepmania/src/RageThreads.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/RageThreads.cpp b/stepmania/src/RageThreads.cpp index 801ef6b627..3996dd6c9d 100644 --- a/stepmania/src/RageThreads.cpp +++ b/stepmania/src/RageThreads.cpp @@ -6,8 +6,7 @@ * If there's any way to avoid them, take it! Threaded code an order of * magnitude more complicated, harder to debug and harder to make robust. * - * That said, here are a few helpers for when they're unavoidable. (Use - * SDL for the rest.) + * That said, here are a few helpers for when they're unavoidable. */ #include "global.h"