[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1502
Date       : Mon Jul 24 12:51:13 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/ppstroke.cpp

Unportnoted another function


Diff:
Index: Trunk/XaraLX/Kernel/ppstroke.cpp
===================================================================
--- Trunk/XaraLX/Kernel/ppstroke.cpp	(revision 1501)
+++ Trunk/XaraLX/Kernel/ppstroke.cpp	(revision 1502)
@@ -1013,9 +1013,6 @@
 
 NodePath* PathProcessorStroke::GetSmoothProcessedPath(Path* pPath, Node* pParent)
 {
-	PORTNOTETRACE("other","PathProcessorStroke::GetSmoothProcessedPath - do nothing");
-	return NULL;
-#ifndef EXCLUDE_FROM_XARALX
 	// we need to fake a renderregion as our helper functions need one,
 	// luckily FormatRegion is on hand from the text stuff
 	FormatRegion FakeRender;
@@ -1073,7 +1070,6 @@
 	pOutput = NULL;
 
 	return pNewNode;
-#endif
 }
 
 


Xara