mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Comment out unused private methods.
This commit is contained in:
@@ -228,10 +228,11 @@ namespace OpenSim.Region.Environment.Modules
|
||||
part.ScheduleFullUpdate();
|
||||
}
|
||||
|
||||
private byte[] BlendTextures(byte[] frontImage, byte[] backImage)
|
||||
{
|
||||
return BlendTextures(frontImage, backImage, false, 0);
|
||||
}
|
||||
// TODO: unused
|
||||
// private byte[] BlendTextures(byte[] frontImage, byte[] backImage)
|
||||
// {
|
||||
// return BlendTextures(frontImage, backImage, false, 0);
|
||||
// }
|
||||
|
||||
private byte[] BlendTextures(byte[] frontImage, byte[] backImage, bool setNewAlpha, byte newAlpha)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user