From 246f4a66841f18cb950ea8621bacd46e84f0563d Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 16 May 2019 11:19:25 +0200 Subject: Remove clang format diff unwanted file --- clang_format_diff | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 clang_format_diff diff --git a/clang_format_diff b/clang_format_diff deleted file mode 100644 index fa4e0bee3..000000000 --- a/clang_format_diff +++ /dev/null @@ -1,40 +0,0 @@ ---- src/live_effects/lpe-clone-original.cpp (before formatting) -+++ src/live_effects/lpe-clone-original.cpp (after formatting) -@@ -36,13 +36,16 @@ - }; - static const Util::EnumDataConverter CLMConverter(ClonelpemethodData, CLM_END); - --LPECloneOriginal::LPECloneOriginal(LivePathEffectObject *lpeobject) : -- Effect(lpeobject), -- linkeditem(_("Linked Item:"), _("Item from which to take the original data"), "linkeditem", &wr, this), -- method(_("Shape linked"), _("Shape linked"), "method", CLMConverter, &wr, this, CLM_D), -- attributes("Attributes linked", "Attributes linked, comma separated attributes like trasform, X, Y...", "attributes", &wr, this,""), -- style_attributes("Style attributes linked", "Style attributes linked, comma separated attributes like fill, filter, opacity...", "style_attributes", &wr, this,""), -- allow_transforms(_("Allow transforms"), _("Allow transforms"), "allow_transforms", &wr, this, true) -+LPECloneOriginal::LPECloneOriginal(LivePathEffectObject *lpeobject) -+ : Effect(lpeobject) -+ , linkeditem(_("Linked Item:"), _("Item from which to take the original data"), "linkeditem", &wr, this) -+ , method(_("Shape linked"), _("Shape linked"), "method", CLMConverter, &wr, this, CLM_D) -+ , attributes("Attributes linked", "Attributes linked, comma separated attributes like trasform, X, Y...", -+ "attributes", &wr, this, "") -+ , style_attributes("Style attributes linked", -+ "Style attributes linked, comma separated attributes like fill, filter, opacity...", -+ "style_attributes", &wr, this, "") -+ , allow_transforms(_("Allow transforms"), _("Allow transforms"), "allow_transforms", &wr, this, true) - { - //0.92 compatibility - const gchar * linkedpath = this->getRepr()->attribute("linkedpath"); -@@ -175,11 +178,8 @@ - dest->getRepr()->setAttribute(attribute, nullptr); - } - } else { -- if (!(SP_IS_GROUP(dest) && -- dest->getId() == sp_lpe_item->getId() && -- !strcmp(attribute, "transform") && -- allow_transforms)) -- { -+ if (!(SP_IS_GROUP(dest) && dest->getId() == sp_lpe_item->getId() && !strcmp(attribute, "transform") && -+ allow_transforms)) { - dest->getRepr()->setAttribute(attribute, origin->getRepr()->attribute(attribute)); - } - } -- cgit v1.2.3