Make it run.

Fix some bad memory handling in XYView and ZView, and remove the unset
CustomView.
This commit is contained in:
Bill Currie 2010-09-12 10:16:12 +09:00
parent 44942df87f
commit 7f41d1529b
3 changed files with 0 additions and 2 deletions

View file

@ -75,7 +75,6 @@ initWithFrame:
// link objects together
[scrollview_i setDocumentView:self];
RELEASE (scrollview_i);
return scrollview_i;
}

View file

@ -60,7 +60,6 @@ initWithFrame:
NSViewHeightSizable];
[zscrollview_i setDocumentView:self];
RELEASE (zscrollview_i);
// [_super_view setDrawOrigin: 0 : 0];