X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=surf.c;h=6e3db36705add42e838b3b214f6d9d88a9c55d53;hb=bef892f513db0e4c30ce16d7431f6773a44c1546;hp=cac31d6a80e3b9f731443ce3a5459b0f2e60410f;hpb=f9a411f22d413f01aecd553c3d5bc22a3e1e196e;p=surf.git diff --git a/surf.c b/surf.c index cac31d6..6e3db36 100644 --- a/surf.c +++ b/surf.c @@ -430,8 +430,7 @@ loadstatuschange(WebKitWebView *view, GParamSpec *pspec, Client *c) { c->progress = 0; update(c); break; - case WEBKIT_LOAD_PROVISIONAL: - case WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT: + default: break; } }