From 6d9aee3d73e613e7ce86f4ac99ddecccbe89c294 Mon Sep 17 00:00:00 2001 From: Daniel Sabo Date: Tue, 29 Dec 2015 11:47:15 -0800 Subject: [PATCH] app: mypaint: Remove another stray #if 0 --- app/paint/gimpmybrushcore.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/paint/gimpmybrushcore.c b/app/paint/gimpmybrushcore.c index 761f926ef2..b878c42ac0 100644 --- a/app/paint/gimpmybrushcore.c +++ b/app/paint/gimpmybrushcore.c @@ -48,11 +48,7 @@ struct _GimpMybrushCorePrivate { GimpMybrush *mybrush; -#if 0 - MyPaintGeglTiledSurface *surface; -#else GimpMybrushSurface *surface; -#endif MyPaintBrush *brush; gint64 last_time; };