Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 2, 2016
1 parent 77b52ba commit 47dde21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 93 deletions.
8 changes: 0 additions & 8 deletions src/main/java/com/frostwire/jlibtorrent/LibTorrent.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

import com.frostwire.jlibtorrent.swig.libtorrent;
import com.frostwire.jlibtorrent.swig.stats_metric_vector;
import com.frostwire.jlibtorrent.swig.swig_posix_file_functions;

/**
* @author gubatron
* @author aldenml
*/
public final class LibTorrent {

private static swig_posix_file_functions posix_file_functions;

private LibTorrent() {
}

Expand Down Expand Up @@ -81,9 +78,4 @@ public static StatsMetric[] sessionStatsMetrics() {
public static int findMetricIdx(String name) {
return libtorrent.find_metric_idx(name);
}

public static void setPosixFileFunctions(swig_posix_file_functions fns) {
LibTorrent.posix_file_functions = fns;
libtorrent.set_global_posix_file_functions(fns);
}
}
85 changes: 0 additions & 85 deletions src/test/java/com/frostwire/jlibtorrent/demo/FsContext.java

This file was deleted.

0 comments on commit 47dde21

Please sign in to comment.