mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
gobj: Remove TextureStage::write() overload, use default arg instead
This was only an overload in 1.10 so that it wouldn't break the ABI
This commit is contained in:
parent
e75aae62f0
commit
dba65d8bd4
@ -217,14 +217,6 @@ compare_to(const TextureStage &other) const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Writes the details of this stage
|
||||
*/
|
||||
void TextureStage::
|
||||
write(ostream &out) const {
|
||||
write(out, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Writes the details of this stage
|
||||
*/
|
||||
|
@ -181,8 +181,7 @@ PUBLISHED:
|
||||
|
||||
int compare_to(const TextureStage &other) const;
|
||||
|
||||
void write(std::ostream &out) const;
|
||||
void write(std::ostream &out, int indent_level) const;
|
||||
void write(std::ostream &out, int indent_level = 0) const;
|
||||
void output(std::ostream &out) const;
|
||||
|
||||
INLINE static TextureStage *get_default();
|
||||
|
Loading…
x
Reference in New Issue
Block a user