mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Remove unused local variable in doc::write_layer()
This commit is contained in:
parent
613e710ccf
commit
f9a24096d3
@ -35,8 +35,6 @@ using namespace base::serialization::little_endian;
|
||||
|
||||
void write_layer(std::ostream& os, const Layer* layer)
|
||||
{
|
||||
std::string name = layer->name();
|
||||
|
||||
write32(os, layer->id());
|
||||
write_string(os, layer->name());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user