projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2793297
)
*** empty log message ***
author
root
<root>
Sun, 2 Dec 2007 22:36:42 +0000
(22:36 +0000)
committer
root
<root>
Sun, 2 Dec 2007 22:36:42 +0000
(22:36 +0000)
src/rxvtutil.h
patch
|
blob
|
history
diff --git
a/src/rxvtutil.h
b/src/rxvtutil.h
index 8cac18fb9bc8a60df6891f55d46047cc621b6898..6cd5489c4941591e4dcdc941bd5e0b2a241bc56a 100644
(file)
--- a/
src/rxvtutil.h
+++ b/
src/rxvtutil.h
@@
-375,7
+375,6
@@
struct stringvec : simplevec<char *>
}
};
-#if 0
template<typename T>
struct rxvt_vec : simplevec<void *> {
typedef T *iterator;
@@
-449,7
+448,6
@@
struct auto_ptr {
};
typedef auto_ptr<char> auto_str;
-#endif
#endif