Skip to content

Commit

Permalink
MERGE: 使用されていないCRecentの呼び出し箇所を除去する (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohki Akikaze authored Jul 4, 2021
2 parents e200e1b + 7ca45cd commit 8f0316a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions sakura_core/dlg/CDlgOpenFile_CommonFileDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
#include "sakura_rc.h"
#include "sakura.hh"
#include "String_define.h"
#include "recent/CRecentFile.h"
#include "recent/CRecentFolder.h"

static const DWORD p_helpids[] = { //13100
// IDOK, HIDOK_OPENDLG, //Winのヘルプで勝手に出てくる
Expand Down Expand Up @@ -123,9 +121,6 @@ class CDlgOpenFileData{

bool m_bInitCodePage;

CRecentFile m_cRecentFile;
CRecentFolder m_cRecentFolder;

OPENFILENAME* m_pOf;
OPENFILENAME m_ofn; /* 2005.10.29 ryoji OPENFILENAME「ファイルを開く」ダイアログ用構造体 */
HWND m_hwndOpenDlg;
Expand Down
2 changes: 0 additions & 2 deletions sakura_core/window/CTabWnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
#include "env/CShareData.h"
#include "env/CSakuraEnvironment.h"
#include "uiparts/CGraphics.h"
#include "recent/CRecentEditNode.h"
#include "util/os.h" //WM_THEMECHANGED
#include "util/window.h"
#include "util/module.h"
Expand Down Expand Up @@ -1781,7 +1780,6 @@ void CTabWnd::TabWindowNotify( WPARAM wParam, LPARAM lParam )
if( -1 != nIndex )
{
TCITEM tcitem;
CRecentEditNode cRecentEditNode;
WCHAR szName[1024];
// Jun. 19, 2004 genta
EditNode *p;
Expand Down

0 comments on commit 8f0316a

Please sign in to comment.