removed another line for git test

This commit is contained in:
Andrew Lalis 2021-03-13 13:19:18 +01:00
parent 86ede3789d
commit 259b7dae12
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ public class MainFrame extends JFrame {
BookPreviewPanel bookPreviewPanel = new BookPreviewPanel();
mainPanel.add(bookPreviewPanel, BorderLayout.CENTER);
JPanel bottomPanel = new JPanel(new FlowLayout(FlowLayout.LEFT));
JButton exportButton = new JButton("Export to Book");
JButton cancelExportButton = new JButton("Cancel Export");