Code cleanup.
This commit is contained in:
parent
a463b686b3
commit
72d2eee503
6 changed files with 21 additions and 12 deletions
|
@ -31,7 +31,6 @@ import java.io.File;
|
|||
class RecentlyOpenedFilesDatabase {
|
||||
|
||||
/** Tells ThdlOptions about the recently opened files. Call this before program exit. */
|
||||
// DLC FIXME: this doesn't keep the second-most recently opened item second if you have just three items.
|
||||
public static void storeRecentlyOpenedFilePreferences() {
|
||||
int n = 0;
|
||||
// We store 2*N files in the preferences in case some are deleted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue