mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Make it run.
Fix some bad memory handling in XYView and ZView, and remove the unset CustomView.
This commit is contained in:
parent
44942df87f
commit
7f41d1529b
3 changed files with 0 additions and 2 deletions
Binary file not shown.
|
@ -75,7 +75,6 @@ initWithFrame:
|
|||
|
||||
// link objects together
|
||||
[scrollview_i setDocumentView:self];
|
||||
RELEASE (scrollview_i);
|
||||
return scrollview_i;
|
||||
|
||||
}
|
||||
|
|
|
@ -60,7 +60,6 @@ initWithFrame:
|
|||
NSViewHeightSizable];
|
||||
|
||||
[zscrollview_i setDocumentView:self];
|
||||
RELEASE (zscrollview_i);
|
||||
|
||||
// [_super_view setDrawOrigin: 0 : 0];
|
||||
|
||||
|
|
Loading…
Reference in a new issue