changeset 2543:3544a632064c gsoc2008_force_feedback

Commented out a bit until definition is found.
author Edgar Simo <bobbens@gmail.com>
date Sun, 20 Jul 2008 22:04:57 +0000
parents 4e055fa7acb9
children 2a61a38dd138
files src/haptic/darwin/SDL_syshaptic.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/haptic/darwin/SDL_syshaptic.c	Sun Jul 20 21:55:23 2008 +0000
+++ b/src/haptic/darwin/SDL_syshaptic.c	Sun Jul 20 22:04:57 2008 +0000
@@ -83,8 +83,8 @@
    switch (err) {
       case FFERR_DEVICEFULL:
          return "device full";
-      case FFERR_DEVICENOTREG:
-         return "device not registered";
+      /*case FFERR_DEVICENOTREG:
+         return "device not registered";*/
       case FFERR_DEVICEPAUSED:
          return "device paused";
       case FFERR_DEVICERELEASED: