mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 07:10:46 +00:00
* 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:
parent
cda7dc977f
commit
4398fd997f
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue