From 938519a6670f6a25e481ff68325b36bd279b0e3c Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 30 Oct 2006 21:34:59 +0000 Subject: [PATCH] oops forgot to commit this git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19156 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/interface/ViewPrivate.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/headers/private/interface/ViewPrivate.h b/headers/private/interface/ViewPrivate.h index e213acc258..e86682f7a0 100644 --- a/headers/private/interface/ViewPrivate.h +++ b/headers/private/interface/ViewPrivate.h @@ -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,