mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Remove remnants of native file dialogs
This commit is contained in:
@@ -39,10 +39,6 @@
|
||||
|
||||
#ifdef WIN32
|
||||
#include <io.h>
|
||||
#if 0 /* native file dialogs */
|
||||
#include "../common/fe.h"
|
||||
#include "../common/thread.h"
|
||||
#endif
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
@@ -57,15 +53,6 @@ struct file_req
|
||||
void *userdata;
|
||||
filereqcallback callback;
|
||||
int flags; /* FRF_* flags */
|
||||
|
||||
#if 0 /* native file dialogs */
|
||||
#ifdef WIN32
|
||||
int multiple;
|
||||
thread *th;
|
||||
char *title; /* native locale */
|
||||
char *filter;
|
||||
#endif
|
||||
#endif
|
||||
};
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user