mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
Modularise config/kbdbind
This commit is contained in:
committed by
Miciah Dashiel Butler Masters
parent
eee3ecdbbc
commit
5dcac5c32d
@@ -23,7 +23,6 @@
|
||||
#include "config/cmdline.h"
|
||||
#include "config/conf.h"
|
||||
#include "config/home.h"
|
||||
#include "config/kbdbind.h"
|
||||
#include "config/options.h"
|
||||
#include "dialogs/menu.h"
|
||||
#include "document/document.h"
|
||||
@@ -130,7 +129,6 @@ init(void)
|
||||
register_modules_options(builtin_modules);
|
||||
set_sigcld();
|
||||
get_system_name();
|
||||
init_keymaps();
|
||||
|
||||
/* XXX: OS/2 has some stupid bug and the pipe must be created before
|
||||
* socket :-/. -- Mikulas */
|
||||
@@ -298,7 +296,6 @@ terminate_all_subsystems(void)
|
||||
free_charsets_lookup();
|
||||
free_colors_lookup();
|
||||
done_modules(main_modules);
|
||||
free_keymaps();
|
||||
free_conv_table();
|
||||
check_bottom_halves();
|
||||
done_home();
|
||||
|
||||
Reference in New Issue
Block a user