Removed superfluous BView::findView() and moved its functionality to BView::FindView().

Fixed it on the way - it's a bad idea to pass NULL pointers to strcmp().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13288 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-06-27 01:54:12 +00:00
parent 75480b6bf8
commit 9793d44045
2 changed files with 16 additions and 21 deletions
-1
View File
@@ -585,7 +585,6 @@ private:
void deleteView( BView* aView);
bool do_owner_check_no_pick() const;
BView* findView( const BView* aView, const char* viewName ) const;
bool attachView( BView *aView );
bool addToList( BView *aView, BView *before = NULL);
bool removeFromList();