home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5a0fd1
)
Removed unused Win properties.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 30 Apr 2013 02:45:46 +0000
(
04:45
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 30 Apr 2013 02:45:46 +0000
(
04:45
+0200)
windows.h
patch
|
blob
|
history
diff --git
a/windows.h
b/windows.h
index 690ba44eebdf9f36c490be14449fa0bf9b3e8b1d..6ffcb96b37bc2b868adb8795add3e06add04e952 100644
(file)
--- a/
windows.h
+++ b/
windows.h
@@
-11,8
+11,6
@@
struct Win {
int width;
int height;
WINDOW * curses_win;
- char border_left;
- char border_down;
char * title;
void (* draw) (struct Win *);
void * data; };