Skip to content

Commit

Permalink
nativeCreateShortcut is no more MISSING, joa.dll 0.0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangimig committed Nov 15, 2015
1 parent ec3ecbb commit 4bba431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion itol/src/com/wilutions/itol/IssueApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ private String registerAutostart(boolean registerNotUnregister) {
if (log.isLoggable(Level.INFO)) log
.log(Level.INFO, "Create shortcut=" + linkName + " to " + targetName);

// MISSING
JoaDll.nativeCreateShortcut(linkName, targetName, description);
}
catch (Throwable e) {
Expand Down

0 comments on commit 4bba431

Please sign in to comment.