about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-08-09 22:28:43 -0400
committerJosh Rickmar <jrick@devio.us>2012-08-09 22:28:43 -0400
commit84f8bf4d7762cd9fbd09f649b4234177802f937f (patch)
tree17322fc804dd68e25902f5935fe6ae2d23b0c509 /xombrero.h
parentef04a2b754cf7e4457098e40fddda51d1efa877a (diff)
downloadxombrero-84f8bf4d7762cd9fbd09f649b4234177802f937f.tar.gz
Backout commits
Accidentally pushed a bunch of stuff to master that wasn't ready yet
when making the FreeBSD Makefile changes.  Sorry marco for the merges
in the logs.  This should revert everything back to how it was at
d397399c349d36f611a5aac6fa53528d2fe2eaea.
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xombrero.h b/xombrero.h
index 20efb34..d5da4d9 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -48,8 +48,6 @@ u_int32_t	arc4random_uniform(u_int32_t);
 #include <sys/tree.h>
 #include <X11/Xlib.h>
 #include <sys/un.h>
-#include <sys/param.h>
-#define LOGIN_NAME_MAX MAXLOGNAME
 #elif defined(__OpenBSD__)
 #include <util.h>
 #include <sys/tree.h>
@@ -926,8 +924,6 @@ extern SoupSession	*session;
 extern GtkNotebook	*notebook;
 extern GtkListStore	*completion_model;
 extern uint64_t		blocked_cookies;
-extern GtkWidget	*main_window;
-extern SoupSession	*session;
 
 extern void	(*_soup_cookie_jar_add_cookie)(SoupCookieJar *, SoupCookie *);