summaryrefslogtreecommitdiffstats
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--surf.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/surf.c b/surf.c
index 7ba892e..804e546 100644
--- a/surf.c
+++ b/surf.c
@@ -109,7 +109,6 @@ static gboolean showxid = FALSE;
static char winid[64];
static char togglestats[10];
static char pagestats[2];
-static GTlsDatabase *tlsdb;
static int cookiepolicy;
static char *stylefile = NULL;
static const char *useragent;
@@ -124,7 +123,6 @@ static void clipboard(Client *c, const Arg *a);
static WebKitCookieAcceptPolicy cookiepolicy_get(void);
static char cookiepolicy_set(const WebKitCookieAcceptPolicy p);
-static char *copystr(char **str, const char *src);
static GtkWidget *createview(WebKitWebView *v, WebKitNavigationAction *a,
Client *c);
static gboolean decidepolicy(WebKitWebView *v, WebKitPolicyDecision *d,
@@ -379,19 +377,6 @@ clipboard(Client *c, const Arg *a)
}
}
-char *
-copystr(char **str, const char *src)
-{
- char *tmp;
- tmp = g_strdup(src);
-
- if (str && *str) {
- g_free(*str);
- *str = tmp;
- }
- return tmp;
-}
-
GtkWidget *
createview(WebKitWebView *v, WebKitNavigationAction *a, Client *c)
{
@@ -876,7 +861,6 @@ Client *
newclient(Client *rc)
{
Client *c;
- gdouble dpi;
if (!(c = calloc(1, sizeof(Client))))
die("Cannot malloc!\n");
@@ -1235,8 +1219,6 @@ void
setup(void)
{
int i;
- WebKitWebContext *context;
- GError *error = NULL;
/* clean up any zombies immediately */
sigchld(0);
ht='13' alt='Gravatar' /> BanceDev 1-0/+18 td>1-1/+1 2015-01-17Major styles update.Gravatar Christoph Lohmann 3-11/+84 2015-01-02Fix a typo in surf manual.Gravatar Jakukyo Friel 1-1/+1 2014-09-28Minor style change.Gravatar Christoph Lohmann 1-1/+1 2014-09-28Make »Copy image address« work.Gravatar Christoph Lohmann 1-3/+10 2014-08-07Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 1-1/+2 2014-08-07Fix the manpage about xid.Gravatar Christoph Lohmann 1-1/+3