Skip to content
Snippets Groups Projects
Commit 2dbb26e6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove unused remove() function definition

parent 40f429e0
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -23,12 +23,6 @@ print("for a reasonable period of time before continuing."); ...@@ -23,12 +23,6 @@ print("for a reasonable period of time before continuing.");
if(!cont()) if(!cont())
exit(0); exit(0);
function remove(path)
{
if(cont("Remove " + path))
; //file_remove(path);
}
const file_list = [ const file_list = [
{ dir: system.data_dir + backslash("user"), file: "user.dat", desc: "User database (migrated to user.tab)" }, { dir: system.data_dir + backslash("user"), file: "user.dat", desc: "User database (migrated to user.tab)" },
{ dir: system.data_dir + backslash("user/ptrs"), file: "*.ixb", desc: "User message scan config/pointers (migrated to *.subs)" }, { dir: system.data_dir + backslash("user/ptrs"), file: "*.ixb", desc: "User message scan config/pointers (migrated to *.subs)" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment