Cycles:
* Code cleanup, remove deprecated support_advanced_shading() functions. Left over from r43734.
This commit is contained in:
@@ -222,11 +222,6 @@ public:
|
||||
RPCSend snd(socket, "task_cancel");
|
||||
snd.write();
|
||||
}
|
||||
|
||||
bool support_advanced_shading()
|
||||
{
|
||||
return true; /* todo: get this info from device */
|
||||
}
|
||||
};
|
||||
|
||||
Device *device_network_create(DeviceInfo& info, Stats &stats, const char *address)
|
||||
@@ -242,6 +237,8 @@ void device_network_info(vector<DeviceInfo>& devices)
|
||||
info.description = "Network Device";
|
||||
info.id = "NETWORK";
|
||||
info.num = 0;
|
||||
info.advanced_shading = true; /* todo: get this info from device */
|
||||
info.pack_images = false;
|
||||
|
||||
devices.push_back(info);
|
||||
}
|
||||
|
Reference in New Issue
Block a user