Removed superfluous class definitions from OutlineListView.h
* Why?
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2006-2009, Haiku, Inc. All rights reserved.
|
* Copyright 2006-2013, Haiku, Inc. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _OUTLINE_LIST_VIEW_H
|
#ifndef _OUTLINE_LIST_VIEW_H
|
||||||
@@ -9,12 +9,6 @@
|
|||||||
#include <ListView.h>
|
#include <ListView.h>
|
||||||
|
|
||||||
|
|
||||||
class BList;
|
|
||||||
class BListItem;
|
|
||||||
class BMessage;
|
|
||||||
class BPoint;
|
|
||||||
class BRect;
|
|
||||||
|
|
||||||
class BOutlineListView : public BListView {
|
class BOutlineListView : public BListView {
|
||||||
public:
|
public:
|
||||||
BOutlineListView(BRect frame, const char* name,
|
BOutlineListView(BRect frame, const char* name,
|
||||||
|
|||||||
Reference in New Issue
Block a user