first sorta working port
[fishladder.git] / vg_config.h
index 7e4ceb75505ef4ea9bdd74ba95095e3ce4d7904b..c1ba2b998f7c9779bbefc4f0e8f02c320fbb7943 100644 (file)
@@ -14,10 +14,6 @@ static struct button_binding vg_button_binds[] =
 
 static struct axis_binding vg_axis_binds[] = 
 {
-       { .name = "primary",    .positive = GLFW_MOUSE_BUTTON_LEFT,     .negative = -1 },
-       { .name = "secondary",  .positive = GLFW_MOUSE_BUTTON_RIGHT,    .negative = -1 },
-       { .name = "horizontal", .positive = GLFW_KEY_D,                                         .negative = GLFW_KEY_A },
-       { .name = "vertical",   .positive = GLFW_KEY_W,                                         .negative = GLFW_KEY_S }
 };
 
 static struct vg_achievement vg_achievements[] =