diff --git a/PowerEditor/src/NppIO.cpp b/PowerEditor/src/NppIO.cpp index 531d598de..33d745bec 100644 --- a/PowerEditor/src/NppIO.cpp +++ b/PowerEditor/src/NppIO.cpp @@ -2270,13 +2270,6 @@ bool Notepad_plus::loadSession(Session & session, bool isSnapshotMode, const wch continue; //skip session files, not supporting recursive sessions or embedded workspace files } - BufferID clonedBuf = _mainDocTab.findBufferByName(pFn); - if (clonedBuf != BUFFER_INVALID) - { - loadBufferIntoView(clonedBuf, SUB_VIEW); - ++k; - continue; - } bool isWow64Off = false; if (!PathFileExists(pFn)) {