Commit d002d6bf9fb1fd926eb8978994001fd48fb715d6

Ryan C. Gordon 2015-06-17T12:59:12

Removed Edgar's name from SDL_haptic.h at his request.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h
index ca8803b..0e6f523 100644
--- a/include/SDL_haptic.h
+++ b/include/SDL_haptic.h
@@ -102,11 +102,6 @@
  *    return 0; // Success
  * }
  * \endcode
- *
- * You can also find out more information on my blog:
- * http://bobbens.dyndns.org/journal/2010/sdl_haptic/
- *
- * \author Edgar Simo Serra
  */
 
 #ifndef _SDL_haptic_h