mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Remove extra return.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37236 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
00b35a8309
commit
fb377c31df
@ -263,7 +263,6 @@ bool KeyMap::read(FileName const & bind_file, KeyMap * unbind_map)
|
||||
retval = readWithoutConv(tempfile, unbind_map);
|
||||
tempfile.removeFile();
|
||||
return retval == ReadOK;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user