[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11688] branches/soc-2007-hcube/intern/ tinySND/SND_Defines.h: Removed unused constants.

Csaba Hruska csaba.hruska at gmail.com
Sun Aug 19 12:39:07 CEST 2007


Revision: 11688
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11688
Author:   hcube
Date:     2007-08-19 12:39:07 +0200 (Sun, 19 Aug 2007)

Log Message:
-----------
Removed unused constants.

Modified Paths:
--------------
    branches/soc-2007-hcube/intern/tinySND/SND_Defines.h

Modified: branches/soc-2007-hcube/intern/tinySND/SND_Defines.h
===================================================================
--- branches/soc-2007-hcube/intern/tinySND/SND_Defines.h	2007-08-19 10:38:01 UTC (rev 11687)
+++ branches/soc-2007-hcube/intern/tinySND/SND_Defines.h	2007-08-19 10:39:07 UTC (rev 11688)
@@ -43,41 +43,8 @@
 
 #define SND_MIX_BUFFER_FRAMES				(16*1024)
 
-/* playstate flags */
 enum
 {
-	SND_UNKNOWN = -1,
-	SND_INITIAL,
-	SND_MUST_PLAY,
-	SND_PLAYING,
-	SND_MUST_STOP,
-	SND_STOPPED,
-	SND_MUST_PAUSE,
-	SND_PAUSED,
-	SND_MUST_RESUME,
-	SND_MUST_STOP_WHEN_FINISHED,
-	SND_MUST_BE_DELETED
-};
-
-/* loopmodes */
-enum
-{
-	SND_LOOP_OFF = 0,
-	SND_LOOP_NORMAL,
-	SND_LOOP_BIDIRECTIONAL
-};
-
-
-/* cd playstate flags */
-enum
-{
-	SND_CD_ALL = 0,
-	SND_CD_TRACK,
-	SND_CD_TRACKLOOP
-};
-
-enum
-{
     SND_ENDIAN_LITTLE       = 0x1000,
     SND_ENDIAN_BIG          = 0x2000
 };





More information about the Bf-blender-cvs mailing list