diff examples/dsl/screen.cpp @ 13:43d8b194fb4e

Remove unused variables.
author David A. Holland
date Tue, 31 May 2022 00:59:00 -0400
parents aab9ff6af791
children
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;