Mercurial > ~dholland > hg > ag > index.cgi
changeset 13:43d8b194fb4e
Remove unused variables.
author | David A. Holland |
---|---|
date | Tue, 31 May 2022 00:59:00 -0400 |
parents | aab9ff6af791 |
children | a02e9434072e |
files | examples/dsl/screen.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/examples/dsl/screen.cpp Tue May 31 00:58:42 2022 -0400 +++ b/examples/dsl/screen.cpp Tue May 31 00:59:00 2022 -0400 @@ -149,8 +149,6 @@ screen_rect screen_rect::rect(int w, int d, int jm) { screen_rect b = *this; - pair <int> p = b.pos; - pair <int> q = b.pos; int jmy = (jm % 10) & 3; int jmx = (jm / 10) & 3;