mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Revert "config: support <mouse><default />"
This reverts commit 3d337857b7.
Revert for now until we have some infrastructure in place to
selectively replace default {key,mouse}binds with custom ones.
Fixes #304
Reported-by: @01micko
This commit is contained in:
parent
bb2a98645b
commit
519375a7f8
3 changed files with 1 additions and 13 deletions
|
|
@ -41,7 +41,6 @@ enum font_place {
|
|||
};
|
||||
|
||||
static void load_default_key_bindings(void);
|
||||
static void load_default_mouse_bindings(void);
|
||||
|
||||
static void
|
||||
fill_keybind(char *nodename, char *content)
|
||||
|
|
@ -334,9 +333,6 @@ entry(xmlNode *node, char *nodename, char *content)
|
|||
if (!strcmp(nodename, "default.keyboard")) {
|
||||
load_default_key_bindings();
|
||||
return;
|
||||
} else if (!strcmp(nodename, "default.mouse")) {
|
||||
load_default_mouse_bindings();
|
||||
return;
|
||||
}
|
||||
|
||||
/* handle the rest */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue