~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-frontend.c

  • Committer: Christian Dywan
  • Date: 2013-06-19 20:27:53 UTC
  • mto: This revision was merged to the branch mainline in revision 6220.
  • Revision ID: christian.dywan@canonical.com-20130619202753-mzmahpq29x0xl3om
Drop unneeded WebKit < 1.8 version guards

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                  "enable-offline-web-application-cache", FALSE,
171
171
    /* Arguably DNS prefetching is or isn't a privacy concern. For the
172
172
     * lack of more fine-grained control we'll go the safe route. */
173
 
    #if WEBKIT_CHECK_VERSION (1, 3, 11)
174
173
                  "enable-dns-prefetching", FALSE,
175
 
    #endif
176
174
                  "strip-referer", TRUE,
177
175
                  "show-panel", FALSE,
178
176
                  "last-window-state", MIDORI_WINDOW_NORMAL,