pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
053a8f1
)
The Item struct is not used.
author
Christoph Lohmann
<20h@r-36.net>
Fri, 15 Feb 2013 16:43:42 +0000
(17:43 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Fri, 15 Feb 2013 16:43:42 +0000
(17:43 +0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
78226b2
..
17f7750
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-52,12
+52,6
@@
typedef struct Client {
gboolean zoomed, fullscreen, isinspecting, sslfailed;
} Client;
-typedef struct {
- char *label;
- void (*func)(Client *c, const Arg *arg);
- const Arg arg;
-} Item;
-
typedef struct {
guint mod;
guint keyval;