Skip to content

Commit

Permalink
Revert accidentally added line
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Nov 27, 2024
1 parent e5e277a commit 641f97f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion overzoom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ int main(int argc, char **argv) {
{"assign-to-bins", required_argument, 0, 'b' & 0x1F},
{"bin-by-id-list", required_argument, 0, 'c' & 0x1F},
{"accumulate-numeric-attributes", required_argument, 0, 'a' & 0x1F},
{"numeric-attributes", required_argument, 0, 'a' & 0x1F},
{"no-tile-compression", no_argument, 0, 'd' & 0x1F},
{"clip-bounding-box", required_argument, 0, 'k' & 0x1F},
{"clip-polygon", required_argument, 0, 'l' & 0x1F},
Expand Down

0 comments on commit 641f97f

Please sign in to comment.