diff options
Diffstat (limited to 'indra/llcommon/llfoldertype.h')
-rwxr-xr-x | indra/llcommon/llfoldertype.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llcommon/llfoldertype.h b/indra/llcommon/llfoldertype.h index 609b550900..a0c847914f 100755 --- a/indra/llcommon/llfoldertype.h +++ b/indra/llcommon/llfoldertype.h @@ -89,9 +89,7 @@ public: FT_COUNT, - FT_NONE = -1, - - FT_PROFILEXXXGGG = 58 + FT_NONE = -1 }; static EType lookup(const std::string& type_name); |