.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@7545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-07-27 17:34:43 +00:00
parent 1782be860f
commit e3decb01be
2 changed files with 0 additions and 24 deletions

View file

@ -36,29 +36,6 @@ void AssistEditor::SelectionChanged()
SyncParamInfo();
}
void AssistEditor::BrowserGotoNF()
{
/* NAVI
Value scope = browser.scope.GetKey(); // do not scroll browser.item erratically
int scopesc = browser.scope.GetScroll();
String item = browser.item.GetKey();
int itemsc = browser.item.GetScroll();
String cref = browser.GetCodeRef();
if(theide && !theide->SwapSIf(cref))
theide->IdeGotoCodeRef(cref);
if(scope == browser.scope.GetKey()) {
browser.scope.ScrollTo(scopesc);
browser.scope.ScrollIntoCursor();
if(item == browser.item.GetKey()) {
browser.item.ScrollTo(itemsc);
browser.item.ScrollIntoCursor();
}
}
*/
}
void AssistEditor::Navigate()
{
if(navigating)

View file

@ -436,7 +436,6 @@ struct AssistEditor : CodeEditor {
void SyncNavigator();
void GotoBrowserScope();
void BrowserGoto();
void BrowserGotoNF();
bool IsNavigator() const { return navigator; }
void Navigator(bool navigator);