revert the change to frame.c
This commit is contained in:
parent
fdc10b75d6
commit
69a5c9c234
1 changed files with 0 additions and 2 deletions
|
@ -1223,8 +1223,6 @@ ObFrameContext frame_context_from_string(const gchar *name)
|
|||
return OB_FRAME_CONTEXT_BRCORNER;
|
||||
else if (!g_ascii_strcasecmp("Top", name))
|
||||
return OB_FRAME_CONTEXT_TOP;
|
||||
else if (!g_ascii_strcasecmp("Handle", name))
|
||||
return OB_FRAME_CONTEXT_BOTTOM;
|
||||
else if (!g_ascii_strcasecmp("Bottom", name))
|
||||
return OB_FRAME_CONTEXT_BOTTOM;
|
||||
else if (!g_ascii_strcasecmp("Left", name))
|
||||
|
|
Loading…
Reference in a new issue