1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Remove unused code

This commit is contained in:
Reinhard Pointner 2017-02-10 15:45:25 +08:00
parent c66773fe37
commit e8cf185961

View File

@ -1,9 +0,0 @@
package net.filebot.gio;
import com.sun.jna.Library;
interface LibC extends Library {
int getuid();
}