mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove commented out code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22402 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a43667b5be
commit
ef86256c39
@ -1438,17 +1438,6 @@ bool BufferParams::addLayoutModule(string modName) {
|
||||
return true;
|
||||
}
|
||||
|
||||
/* This is not currently used but may prove useful
|
||||
bool BufferParams::addLayoutModules(vector<string>modNames)
|
||||
{
|
||||
bool retval = true;
|
||||
vector<string>::const_iterator it = modNames.begin();
|
||||
vector<string>::const_iterator end = modNames.end();
|
||||
for (; it != end; ++it)
|
||||
retval &= addLayoutModule(*it);
|
||||
return retval;
|
||||
}
|
||||
*/
|
||||
|
||||
void BufferParams::clearLayoutModules() {
|
||||
layoutModules_.clear();
|
||||
|
@ -134,10 +134,6 @@ public:
|
||||
/// the BufferParams do not represent the parameters for an actual buffer
|
||||
/// (as in GuiDocument).
|
||||
bool addLayoutModule(std::string modName);
|
||||
// Add a list of modules.
|
||||
// Returns true if all modules were successfully added.
|
||||
// Currently unused.
|
||||
// bool addLayoutModules(std::vector<std::string>modNames);
|
||||
/// Clear the list
|
||||
void clearLayoutModules();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user