aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2018-04-27 22:38:27 +0100
committerUbitUmarov2018-04-27 22:38:27 +0100
commit76c4296e39a8b52dfb62913607222238a91298db (patch)
tree45a87a17661875a28d095687f6294e67059a0862 /OpenSim
parentrecover previus behavior of FontProp (diff)
downloadopensim-SC-76c4296e39a8b52dfb62913607222238a91298db.zip
opensim-SC-76c4296e39a8b52dfb62913607222238a91298db.tar.gz
opensim-SC-76c4296e39a8b52dfb62913607222238a91298db.tar.bz2
opensim-SC-76c4296e39a8b52dfb62913607222238a91298db.tar.xz
remove a extra source line i left behind
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs b/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs
index 880701e..a420fd8 100644
--- a/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs
@@ -493,7 +493,6 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
493 Point endPoint = new Point(0, 0); 493 Point endPoint = new Point(0, 0);
494 Pen drawPen = null; 494 Pen drawPen = null;
495 Font myFont = null; 495 Font myFont = null;
496
497 SolidBrush myBrush = null; 496 SolidBrush myBrush = null;
498 497
499 try 498 try