~compiz-team/compiz/0.9.12

« back to all changes in this revision

Viewing changes to compizconfig/libcompizconfig/src/compiz.cpp

  • Committer: CI Train Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2015-12-11 10:00:29 UTC
  • mfrom: (3988.2.3 compiz)
  • Revision ID: ci-train-bot@canonical.com-20151211100029-5tq13bj2xvpejtdv
backends: drop gconf support
Approved by: Sebastien Bacher

Show diffs side-by-side

added added

removed removed

Lines of Context:
872
872
    if (ccsFindPlugin (context, name))
873
873
        return;
874
874
 
875
 
    if (!strcmp (name, "ini") || !strcmp (name, "gconf") ||
876
 
        !strcmp (name, "ccp") || !strcmp (name, "kconfig"))
 
875
    if (!strcmp (name, "ini") || !strcmp (name, "ccp") ||
 
876
        !strcmp (name, "kconfig"))
877
877
        return;
878
878
 
879
879
    plugin = (CCSPlugin *) calloc (1, sizeof (CCSPlugin));
2534
2534
        return FALSE;
2535
2535
    }
2536
2536
 
2537
 
    if (!strcmp (name, "ini") || !strcmp (name, "gconf") ||
2538
 
        !strcmp (name, "ccp") || !strcmp (name, "kconfig"))
 
2537
    if (!strcmp (name, "ini") || !strcmp (name, "ccp") ||
 
2538
        !strcmp (name, "kconfig"))
2539
2539
    {
2540
2540
        free (name);
2541
2541
        return FALSE;
2986
2986
    if (ccsFindPlugin (context, name))
2987
2987
        return;
2988
2988
 
2989
 
    if (!strcmp (name, "ini") || !strcmp (name, "gconf") ||
2990
 
        !strcmp (name, "ccp") || !strcmp (name, "kconfig"))
 
2989
    if (!strcmp (name, "ini") || !strcmp (name, "ccp") ||
 
2990
        !strcmp (name, "kconfig"))
2991
2991
        return;
2992
2992
 
2993
2993
    plugin = (CCSPlugin *) calloc (1, sizeof (CCSPlugin));