app: mypaint: Remove another stray #if 0

This commit is contained in:
Daniel Sabo 2015-12-29 11:47:15 -08:00
parent 836cce8389
commit 6d9aee3d73

View file

@ -48,11 +48,7 @@
struct _GimpMybrushCorePrivate
{
GimpMybrush *mybrush;
#if 0
MyPaintGeglTiledSurface *surface;
#else
GimpMybrushSurface *surface;
#endif
MyPaintBrush *brush;
gint64 last_time;
};