Back at it ;)
Removed an unused var... Here is the cvs diff. Kent Index: bsp/intern/BSP_CSGUserData.cpp =================================================================== RCS file: /cvs01/blender/intern/bsp/intern/BSP_CSGUserData.cpp,v retrieving revision 1.4 diff -u -r1.4 BSP_CSGUserData.cpp --- BSP_CSGUserData.cpp 2002/11/25 09:52:48 1.4 +++ BSP_CSGUserData.cpp 2002/12/20 09:37:58 @@ -79,7 +79,6 @@ int record_index ){ if (m_width) { - int output = Size(); IncSize();
This commit is contained in:
@@ -79,7 +79,6 @@ Duplicate(
|
||||
int record_index
|
||||
){
|
||||
if (m_width) {
|
||||
int output = Size();
|
||||
IncSize();
|
||||
memcpy(&m_data[ m_data.size() - 1 - m_width ],
|
||||
&m_data[ record_index * m_width], m_width);
|
||||
|
Reference in New Issue
Block a user