get rid of some warnings,
removed NG_LoopBackNetworkDeviceInterface::GetNetworkVersion(), wasnt used anywhere.
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
SCA_PythonMouse::SCA_PythonMouse(SCA_IInputDevice* mouse, RAS_ICanvas* canvas)
|
||||
: PyObjectPlus(),
|
||||
m_canvas(canvas),
|
||||
m_mouse(mouse)
|
||||
m_mouse(mouse),
|
||||
m_canvas(canvas)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user