Remove unused enum SbTextType
This commit is contained in:
parent
a29901ae32
commit
2a3d61a0be
1 changed files with 0 additions and 12 deletions
|
@ -34,18 +34,6 @@
|
|||
#include <rtl/ustring.hxx>
|
||||
#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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue