From 8c4ffb42da8d2684f56cfdc1953132cbd25e4749 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 22 Sep 2008 07:42:57 +0000 Subject: [PATCH] Move maxlastfiles from Session.h to LyXRC.h git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26493 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXRC.h | 3 +++ src/Session.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LyXRC.h b/src/LyXRC.h index 4f88b94133..e1a9ae9a28 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -470,6 +470,9 @@ extern LyXRC lyxrc; /// extern LyXRC system_lyxrc; +// used by at least frontends/qt4/GuiPref.cpp +const long maxlastfiles = 20; + } // namespace lyx #endif diff --git a/src/Session.h b/src/Session.h index 2b1e216570..d673da22e9 100644 --- a/src/Session.h +++ b/src/Session.h @@ -21,9 +21,6 @@ #include #include -// used by at least frontends/qt4/GuiPref.cpp -const long maxlastfiles = 20; - /** This session file maintains 1. the latest documents loaded (lastfiles) 2. cursor positions of files closed (lastfilepos) -- 2.39.2