git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25562 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-07-11 09:35:05 +00:00
parent 62b7c74fdf
commit 33b75ac079
2 changed files with 1 additions and 9 deletions

View File

@ -2556,13 +2556,6 @@ void GuiPreferences::applyView()
apply(rc());
}
void GuiPreferences::updateContents()
{
updateRc(rc());
}
bool GuiPreferences::initialiseParams(string const &)
{
rc_ = lyxrc;
@ -2572,6 +2565,7 @@ bool GuiPreferences::initialiseParams(string const &)
movers_ = theMovers();
colors_.clear();
update_screen_font_ = false;
updateRc(rc_);
return true;
}

View File

@ -75,8 +75,6 @@ public Q_SLOTS:
public:
/// Apply changes
void applyView();
/// update (do we need this?)
void updateContents();
std::vector<PrefModule *> modules_;