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,