Remove useless typedef

Originally committed to SVN as r3467.
This commit is contained in:
Amar Takhar 2009-09-02 10:04:03 +00:00
parent e1a23412ac
commit 46c824442b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ private:
float volume;
/// @brief Stream playback position info.
typedef struct PositionInfo {
struct PositionInfo {
volatile int64_t current; /// Current position.
volatile int64_t start; /// Start position.
volatile int64_t end; /// End position.