[PATCH 5/7] wmtetris: Remove unused variables.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 wmtetris/wmtetris/wmtetris.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/wmtetris/wmtetris/wmtetris.c b/wmtetris/wmtetris/wmtetris.c
index cd6536f..d1335bb 100644
--- a/wmtetris/wmtetris/wmtetris.c
+++ b/wmtetris/wmtetris/wmtetris.c
@@ -69,7 +69,6 @@ int main(int argc, char *argv[]) {
 		fig_x, fig_y, new_figure=1, figure_type, next_figure_type;
 	int figure[4][2] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} },
 		next_figure[4][2] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} };
-	unsigned long delay = INITIAL_DELAY, start_time;
 	XEvent event;
 
 	srand(time(NULL));
-- 
2.7.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.