Commit b7b5f302 authored by Seyed Reza  Sajjadinasab's avatar Seyed Reza Sajjadinasab
Browse files

remove redunant

parent 83426bdc
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -99,8 +99,8 @@ public class WordRoleUpdater extends JFrame {
        rejectButton.addActionListener(new ActionListener() {
            @Override
            public void actionPerformed(ActionEvent e) {
                wordRoles.remove(getCurrentWord()); // Remove the current word
                changes.remove(getCurrentWord()); // Remove the change for the current word
                //wordRoles.remove(getCurrentWord()); // Remove the current word
                //changes.remove(getCurrentWord()); // Remove the change for the current word
                updateNextWord(); // Move to the next word
            }
        });
@@ -196,13 +196,4 @@ public class WordRoleUpdater extends JFrame {
            e.printStackTrace();
        }
    }

    public static void main(String[] args) {
        SwingUtilities.invokeLater(new Runnable() {
            @Override
            public void run() {
                new WordRoleUpdater();
            }
        });
    }
}

database.db

deleted100644 → 0
−12 KiB

File deleted.

mydatabase.db

deleted100644 → 0
−12 KiB

File deleted.