Remove unused variables
This commit is contained in:
parent
4f7430f476
commit
b24fc4e2e1
|
@ -153,9 +153,6 @@ void LIB_EDIT_FRAME::SyncToolbars()
|
||||||
{
|
{
|
||||||
KIGFX::GAL_DISPLAY_OPTIONS& galOpts = GetGalDisplayOptions();
|
KIGFX::GAL_DISPLAY_OPTIONS& galOpts = GetGalDisplayOptions();
|
||||||
|
|
||||||
LIB_ID libId = getTargetLibId();
|
|
||||||
const wxString& libName = libId.GetLibNickname();
|
|
||||||
const wxString& partName = libId.GetLibItemName();
|
|
||||||
bool isEditable = m_my_part && m_my_part->IsRoot();
|
bool isEditable = m_my_part && m_my_part->IsRoot();
|
||||||
|
|
||||||
m_mainToolBar->Toggle( ACTIONS::saveAll, IsContentModified() );
|
m_mainToolBar->Toggle( ACTIONS::saveAll, IsContentModified() );
|
||||||
|
|
Loading…
Reference in New Issue