diff options
Diffstat (limited to 'graphics/tulip/files/patch-Property.h')
-rw-r--r-- | graphics/tulip/files/patch-Property.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/tulip/files/patch-Property.h b/graphics/tulip/files/patch-Property.h deleted file mode 100644 index 27140e8780a2..000000000000 --- a/graphics/tulip/files/patch-Property.h +++ /dev/null @@ -1,15 +0,0 @@ ---- library/tulip/include/tulip/Property.h.orig Mon Jan 20 23:40:43 2003 -+++ library/tulip/include/tulip/Property.h Fri Oct 29 14:14:08 2004 -@@ -46,8 +46,10 @@ - dataSet= context->dataSet; - } - else -- (void *)dataSet=(void *)superGraph = (void *)propertyProxy = (void *)pluginProgress = (void *)NULL; -- -+ dataSet = NULL; -+ superGraph = NULL; -+ propertyProxy = NULL; -+ pluginProgress = NULL; - } - /// - virtual ~Property(){} |