Skip to content

Commit

Permalink
Linux - Stop loading libLinux.so
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed May 21, 2021
1 parent c5231ce commit 4750b0b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions linux/src/com/lightcrafts/platform/linux/LinuxPlatform.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ private static synchronized Collection<ColorProfileInfo> getColorProfiles() {
return Profiles;
}

@Override
public void loadLibraries() throws UnsatisfiedLinkError {
System.loadLibrary("Linux");
}

@Override
public void makeModal(Dialog dialog) {
dialog.setModalityType(Dialog.ModalityType.DOCUMENT_MODAL);
Expand Down

0 comments on commit 4750b0b

Please sign in to comment.