mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
remove missed NSLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18358 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a41dc805b7
commit
860d70cec9
1 changed files with 0 additions and 3 deletions
|
@ -930,9 +930,6 @@ static float scrollerWidth;
|
|||
|
||||
if (_hasVertScroller)
|
||||
{
|
||||
NSLog(@"VertScroller height:%f content height:%f",
|
||||
[_vertScroller frame].size.height, [self frame].size.height);
|
||||
|
||||
DPSmoveto(ctxt, [_vertScroller frame].origin.x + scrollerWidth,
|
||||
[_vertScroller frame].origin.y - 1);
|
||||
DPSrlineto(ctxt, 0, [_vertScroller frame].size.height+1);
|
||||
|
|
Loading…
Reference in a new issue