mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
richedit: Removed useless lines in ME_GetDefaultCharFormat.
This commit is contained in:
parent
1e8df4351d
commit
df6e47e3a7
@ -872,8 +872,6 @@ static void ME_GetRunCharFormat(ME_TextEditor *editor, ME_DisplayItem *run, CHAR
|
||||
*/
|
||||
void ME_GetDefaultCharFormat(ME_TextEditor *editor, CHARFORMAT2W *pFmt)
|
||||
{
|
||||
int nFrom, nTo;
|
||||
ME_GetSelection(editor, &nFrom, &nTo);
|
||||
ME_CopyCharFormat(pFmt, &editor->pBuffer->pDefaultStyle->fmt);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user