summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aaac278)
raw | patch | inline | side by side (parent: aaac278)
author | Max Kellermann <max@duempel.org> | |
Mon, 22 Sep 2008 08:07:00 +0000 (10:07 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 22 Sep 2008 08:07:00 +0000 (10:07 +0200) |
The variable cur_action_id is not used at all.
src/screen.h | patch | blob | history |
diff --git a/src/screen.h b/src/screen.h
index aad9852a06bdbfbce21642575b105118d1bb1f29..2a38c07a90b5111ca51c97437e1e969693878405 100644 (file)
--- a/src/screen.h
+++ b/src/screen.h
struct window {
WINDOW *w;
int rows, cols;
- int cur_action_id;
};
typedef struct screen {