cleanup
This commit is contained in:
@@ -12,26 +12,12 @@
|
||||
#include "dir.h"
|
||||
|
||||
|
||||
extern volatile unsigned long selected_file_current;
|
||||
extern volatile unsigned long selected_file_last;
|
||||
|
||||
extern unsigned int file_modifiers;
|
||||
extern pthread_mutex_t mutex_selection;
|
||||
extern pthread_mutex_t mutex_rgt;
|
||||
extern pthread_mutex_t mutex_mid;
|
||||
extern pthread_mutex_t mutex_btm;
|
||||
extern pthread_cond_t cond_rgt;
|
||||
extern pthread_cond_t cond_mid;
|
||||
extern dir mid_dir;
|
||||
|
||||
extern unsigned int terminal_height;
|
||||
extern unsigned int terminal_width;
|
||||
|
||||
extern WINDOW *win_b;
|
||||
|
||||
extern char *rgt_buffer;
|
||||
extern char *btm_buffer;
|
||||
|
||||
extern unsigned int status;
|
||||
extern char *start_path;
|
||||
extern char *input;
|
||||
@@ -43,9 +29,6 @@ unsigned int input_pass;
|
||||
unsigned long parsed_input_number;
|
||||
yank yank_files = { 0 };
|
||||
|
||||
extern void render_pass();
|
||||
extern int (*order_func)();
|
||||
|
||||
|
||||
#define TODO noraw(); \
|
||||
endwin();\
|
||||
@@ -302,7 +285,7 @@ void makefile(){
|
||||
TODO;
|
||||
}
|
||||
void enter_shell(unsigned long passes, int index){
|
||||
(void*)passes; /*remove compiler warning*/
|
||||
(void)passes; /*remove compiler warning*/
|
||||
|
||||
endwin();\
|
||||
echo();\
|
||||
|
||||
Reference in New Issue
Block a user