~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-searchaction.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:
905
905
                                          PangoEllipsizeMode ellipsize)
906
906
{
907
907
#ifndef HAVE_WEBKIT2
908
 
    #if WEBKIT_CHECK_VERSION (1, 5, 0)
909
908
    WebKitDOMDocument* doc;
910
909
    WebKitDOMHTMLFormElement* active_form;
911
910
    WebKitDOMHTMLCollection* form_nodes;
1020
1019
    #else
1021
1020
    return NULL;
1022
1021
    #endif
1023
 
#else
1024
 
    return NULL;
1025
 
#endif
1026
1022
}
1027
1023
 
1028
1024
void