aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--backends/maweb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/maweb.c b/backends/maweb.c
index 4d93987..79e223f 100644
--- a/backends/maweb.c
+++ b/backends/maweb.c
@@ -222,11 +222,6 @@ static channel* maweb_channel(instance* inst, char* spec){
next_token += 6;
}
ident.fields.index = strtoul(next_token, NULL, 10);
-
- //fix up the identifiers for button execs
- if(ident.fields.index > 100){
- ident.fields.index -= 100;
- }
}
else{
for(n = 0; n < sizeof(cmdline_keys) / sizeof(char*); n++){