aboutsummaryrefslogtreecommitdiff
path: root/cgit.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cgit.c b/cgit.c
index ff4b8d9..bb32dc7 100644
--- a/cgit.c
+++ b/cgit.c
@@ -393,14 +393,6 @@ static void querystring_cb(const char *name, const char *value)
ctx.qry.ignorews = atoi(value);
} else if (!strcmp(name, "follow")) {
ctx.qry.follow = atoi(value);
- } else if (!strcmp(name, "idoff")) {
- ctx.qry.idoff = atoi(value);
- if (ctx.qry.idoff < 0)
- ctx.qry.idoff = 0;
- } else if (!strcmp(name, "id2off")) {
- ctx.qry.id2off = atoi(value);
- if (ctx.qry.id2off < 0)
- ctx.qry.id2off = 0;
}
}