Code formatting

This commit is contained in:
Maciej Suminski 2017-01-17 17:24:09 +01:00
parent c758f434c0
commit 3c61b16e7b
5 changed files with 11 additions and 13 deletions

View File

@ -128,7 +128,7 @@ public:
bool IsVisible( const VIEW_ITEM* aItem ) const;
/**
* Function ViewUpdate()
* Function Update()
* For dynamic VIEWs, informs the associated VIEW that the graphical representation of
* this item has changed. For static views calling has no effect.
*

View File

@ -47,8 +47,6 @@ private:
void handleCommonEvents( const TOOL_EVENT& aEvent );
void updateStatusPopup( PNS_TUNE_STATUS_POPUP& aPopup );
PNS::MEANDER_SETTINGS m_savedMeanderSettings;
};