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:
@@ -1,10 +1,8 @@
|
|||||||
#ifndef __WIDTHBUFFER_H
|
#ifndef __WIDTHBUFFER_H
|
||||||
#define __WIDTHBUFFER_H
|
#define __WIDTHBUFFER_H
|
||||||
|
|
||||||
#include "TextGapBuffer.h"
|
|
||||||
#include "TextViewSupportBuffer.h"
|
#include "TextViewSupportBuffer.h"
|
||||||
|
|
||||||
|
|
||||||
struct _width_table_ {
|
struct _width_table_ {
|
||||||
#if B_BEOS_VERSION_DANO
|
#if B_BEOS_VERSION_DANO
|
||||||
BFont font; // corresponding font
|
BFont font; // corresponding font
|
||||||
@@ -17,7 +15,7 @@ struct _width_table_ {
|
|||||||
void *widths; // width table
|
void *widths; // width table
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class _BTextGapBuffer_;
|
||||||
class _BWidthBuffer_ : public _BTextViewSupportBuffer_<_width_table_> {
|
class _BWidthBuffer_ : public _BTextViewSupportBuffer_<_width_table_> {
|
||||||
public:
|
public:
|
||||||
_BWidthBuffer_();
|
_BWidthBuffer_();
|
||||||
|
|||||||
Reference in New Issue
Block a user