Skip to content

Commit

Permalink
Removed Commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Beingmani committed May 16, 2022
1 parent 0264b8b commit a313afe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/org/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -530,13 +530,6 @@ private Node createToolbar() {

new Separator(Orientation.VERTICAL),

// new HBox(
// factory.createIconButton(StandardActions.OPEN_GITHUB, new OpenBrowserAction("https://github.com/JabRef/jabref")),
// factory.createIconButton(StandardActions.OPEN_FACEBOOK, new OpenBrowserAction("https://www.facebook.com/JabRef/")),
// factory.createIconButton(StandardActions.OPEN_TWITTER, new OpenBrowserAction("https://twitter.com/jabref_org"))),
//
// new Separator(Orientation.VERTICAL),

new HBox(
createTaskIndicator()));

Expand Down

0 comments on commit a313afe

Please sign in to comment.