Removed an unneeded dependency
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7016 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6e1d8b671a
commit
e064995715
@ -1,10 +1,8 @@
|
||||
#ifndef __WIDTHBUFFER_H
|
||||
#define __WIDTHBUFFER_H
|
||||
|
||||
#include "TextGapBuffer.h"
|
||||
#include "TextViewSupportBuffer.h"
|
||||
|
||||
|
||||
struct _width_table_ {
|
||||
#if B_BEOS_VERSION_DANO
|
||||
BFont font; // corresponding font
|
||||
@ -17,7 +15,7 @@ struct _width_table_ {
|
||||
void *widths; // width table
|
||||
};
|
||||
|
||||
|
||||
class _BTextGapBuffer_;
|
||||
class _BWidthBuffer_ : public _BTextViewSupportBuffer_<_width_table_> {
|
||||
public:
|
||||
_BWidthBuffer_();
|
||||
|
Loading…
x
Reference in New Issue
Block a user