aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/raudio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raudio.h b/src/raudio.h
index e508d380..eadbf33b 100644
--- a/src/raudio.h
+++ b/src/raudio.h
@@ -112,7 +112,6 @@ typedef struct Music {
void *ctxData; // Audio context data, depends on type
unsigned int sampleCount; // Total number of samples
- unsigned int sampleLeft; // Number of samples left to end
unsigned int loopCount; // Loops count (times music will play), 0 means infinite loop
AudioStream stream; // Audio stream