Browse Source

Code: remove useless code

pull/113/merge
Damien GERARD 9 years ago
parent
commit
d56d42269f
  1. 1
      PowerEditor/src/NppCommands.cpp

1
PowerEditor/src/NppCommands.cpp

@ -1891,7 +1891,6 @@ void Notepad_plus::command(int id)
if (not buf->isDirty())
{
buf = _pEditView->getCurrentBuffer();
buf->setEncoding(encoding);
buf->setUnicodeMode(uniCookie);
fileReload();

Loading…
Cancel
Save