diff --git a/src/uifc/uifctest.c b/src/uifc/uifctest.c
index 3281b13497f7265a45169227303a4e9cb6ffa27b..21cb0d680975b4c57599ec53b983e5d6a1980871 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); */
 		}
 	}
 }