fix compiler warnings in pedantic mode: remove trailing comma after last enum member

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36925 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-12-17 20:51:44 +00:00
parent 22c88a38c4
commit d2c3a5c727

View File

@ -92,7 +92,7 @@ public:
DISPLAY_INIT,
DISPLAY_INTERACTIVE_INIT,
DISPLAY_UNFOLDED,
DISPLAY_NORMAL,
DISPLAY_NORMAL
};
///