mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Remove superfluous comma
svn-id: r39686
This commit is contained in:
@@ -41,7 +41,7 @@ enum windowFlags {
|
||||
// Add title bar to window (10 pixels high, framed, text is centered and written in white on dark gray)
|
||||
kWindowTitle = 0x04, // 0100
|
||||
kWindowDontDraw = 0x80, // 1000 0000 - don't draw anything
|
||||
kWindowNoDropShadow = 0x1000000, // 0001 0000 0000 0000 0000 0000 0000
|
||||
kWindowNoDropShadow = 0x1000000 // 0001 0000 0000 0000 0000 0000 0000
|
||||
};
|
||||
|
||||
enum controlStateFlags {
|
||||
|
||||
Reference in New Issue
Block a user