From 2a3d61a0be85301c2629cb561730aa73741aa428 Mon Sep 17 00:00:00 2001 From: August Sodora Date: Sun, 15 Jan 2012 23:42:57 -0500 Subject: [PATCH] Remove unused enum SbTextType --- basic/inc/basic/sbdef.hxx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/basic/inc/basic/sbdef.hxx b/basic/inc/basic/sbdef.hxx index 5db849ea1249..82dfd6511581 100644 --- a/basic/inc/basic/sbdef.hxx +++ b/basic/inc/basic/sbdef.hxx @@ -34,18 +34,6 @@ #include #include "basicdllapi.h" -// Type of a text token (syntax highlighting) -enum SbTextType -{ - SB_KEYWORD = 1, // Keywords - SB_SYMBOL, // Symbols - SB_STRING, // Strings - SB_NUMBER, // Numbers - SB_PUNCTUATION, // Brackets, points, etc. - SB_COMMENT, // Comments - SB_DUMMY = 255 // workaround for #i31479 -}; - // Active language enum SbLanguageMode {