From b2b9edc9493d191fcba0c0cb65ac86ce18a86cc5 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 10 Feb 2005 07:58:27 +0000 Subject: [PATCH] Remove filepick stuff (Not done or in CVS yet!) --- src/uifc/uifctest.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uifc/uifctest.c b/src/uifc/uifctest.c index 3281b13497..21cb0d6809 100644 --- a/src/uifc/uifctest.c +++ b/src/uifc/uifctest.c @@ -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); */ } } } -- GitLab