* Sound/SndfileSource.m (dataRead): Remove unused variable

* range.
        Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36093 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-02-08 21:56:39 +00:00
parent cda7dc977f
commit 4398fd997f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-02-08 Fred Kiefer <FredKiefer@gmx.de>
* Sound/SndfileSource.m (dataRead): Remove unused variable range.
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
2013-02-08 Fred Kiefer <FredKiefer@gmx.de>
* Headers/AppKit/NSPageLayout.h

View file

@ -83,7 +83,6 @@ static inline sf_count_t dataRead (void *ptr, sf_count_t count,
void *user_data)
{
NSUInteger newPos;
NSRange range;
SndfileSource *snd = (SndfileSource *)user_data;
// Can't read more data that we have available...