minor: very minor formatting change

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-16 19:16:24 +00:00
parent b130b36403
commit 2606bf4a53
2 changed files with 1 additions and 6 deletions

View File

@@ -30,10 +30,8 @@ using OpenMetaverse;
namespace OpenSim.Region.Framework.Interfaces
{
public interface IDynamicTextureManager
{
void RegisterRender(string handleType, IDynamicTextureRender render);
void ReturnData(UUID id, byte[] data);