Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

未使用 private 変数削除 #2025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions sakura_core/CGrepAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,6 @@ class CWriteData{
:nHitCount(hit)
,fileName(name_)
,name(name_)
,code(code_)
,bBom(bBom_)
,bOldSave(bOldSave_)
,bufferSize(0)
Expand Down Expand Up @@ -1840,7 +1839,6 @@ class CWriteData{
int& nHitCount;
LPCWSTR fileName;
std::wstring name;
ECodeType code;
bool bBom;
bool bOldSave;
size_t bufferSize;
Expand Down
1 change: 0 additions & 1 deletion sakura_core/macro/CWSH.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class CWSHSite: public IActiveScriptSite, public IActiveScriptSiteWindow
{
private:
CWSHClient *m_Client;
ITypeInfo *m_TypeInfo;
ULONG m_RefCount;
public:
CWSHSite(CWSHClient *AClient): m_Client(AClient), m_RefCount(0)
Expand Down
1 change: 0 additions & 1 deletion sakura_core/outline/CDlgFileTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class CDlgFileTree final : public CDialog
CDlgFuncList* m_pcDlgFuncList;
CFileTreeSetting m_fileTreeSetting;
std::vector<int> m_aItemRemoveList;
int m_nlParamCount;
int m_nDocType;

int m_bInMove;
Expand Down
2 changes: 0 additions & 2 deletions sakura_core/plugin/CPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@ class CPlugin
wstring m_sLangName; //!< 言語名
CPluginOption::Array m_options; // オプション // 2010/3/24 Uchi
std::vector<std::wstring> m_aStrings; // 文字列
private:
bool m_bLoaded;
protected:
CPlug::Array m_plugs;
int m_nCommandCount;
Expand Down
3 changes: 0 additions & 3 deletions sakura_core/window/CEditWnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,6 @@ class CEditWnd
//自ウィンドウ
HWND m_hWnd;

//親ウィンドウ
HWND m_hwndParent;

public:
//子ウィンドウ
CMainToolBar m_cToolbar; //!< ツールバー
Expand Down