Skip to content
Snippets Groups Projects
Commit b2b9edc9 authored by deuce's avatar deuce
Browse files

Remove filepick stuff (Not done or in CVS yet!)

parent b9645b3b
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
#include <signal.h>
#include <stdio.h>
/* #include "curs_fix.h" */
#include "filepick.h"
/* #include "filepick.h" */
#include "uifc.h"
/********************/
......@@ -62,7 +62,7 @@ int main(int argc, char** argv) {
int last;
int edtuser=0;
char longtitle[1024];
struct file_pick fper;
/* struct file_pick fper; */
/******************/
/* Ini file stuff */
/******************/
......@@ -175,7 +175,7 @@ int main(int argc, char** argv) {
}
if(j==2) {
/* File picker */
filepick(&uifc, "Bob", &fper, NULL, NULL, 0);
/* filepick(&uifc, "Bob", &fper, NULL, NULL, 0); */
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment