diff options
Diffstat (limited to 'src/dxvk.c')
-rw-r--r-- | src/dxvk.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -97,7 +97,6 @@ int dxvk_install(int argc, char** argv) if (argc > 1) { char dxvkpath[PATH_MAX]; - char* winebinloc = NULL; // to be set by the wine type check getDXVKDir(dxvkpath, sizeof(dxvkpath)); char* dxvkver = argv[1]; |