Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Vzor- committed Sep 12, 2024
1 parent 88a62b6 commit 8ca0817
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/qz/ui/component/CertificateTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ public static int size() {

public CertificateTable(IconCache iconCache) {
super(iconCache);


setDefaultRenderer(Object.class, new CertificateTableCellRenderer());
addMouseListener(new MouseAdapter() {
int lastRow = -1;
Expand Down Expand Up @@ -106,9 +104,6 @@ public void mousePressed(MouseEvent e) {
lastRow = row;
lastCol = col;
}

public void mouseClicked(MouseEvent e) {
}
});

}
Expand Down

0 comments on commit 8ca0817

Please sign in to comment.