OSDN Git Service

MainFrm.cpp: Remove accidently duplicated code
authorsdottaka <sdottaka@sourceforge.net>
Thu, 2 Oct 2014 16:49:09 +0000 (01:49 +0900)
committersdottaka <sdottaka@sourceforge.net>
Thu, 2 Oct 2014 16:49:09 +0000 (01:49 +0900)
Src/MainFrm.cpp

index be5fd80..0570be5 100644 (file)
@@ -1095,8 +1095,6 @@ BOOL CMainFrame::DoFileOpen(PathContext * pFiles /*=NULL*/,
 
        DecompressResult res = DecompressArchive(m_hWnd, files);
        if (res.pTempPathContext)
-       DecompressResult res = DecompressArchive(m_hWnd, files);
-       if (res.pTempPathContext)
        {
                pathsType = res.pathsType;
                files = res.files;