oops forgot to commit this

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2006-10-30 21:34:59 +00:00
parent cb732f77f1
commit 938519a667
1 changed files with 0 additions and 11 deletions

View File

@ -20,17 +20,6 @@
const static uint32 kDeleteReplicant = 'JAHA';
struct shape_data {
uint32* opList;
int32 opCount;
int32 opSize;
int32 opBlockSize;
BPoint* ptList;
int32 ptCount;
int32 ptSize;
int32 ptBlockSize;
};
enum {
B_VIEW_FONT_BIT = 0x00000001,
B_VIEW_HIGH_COLOR_BIT = 0x00000002,