diff --git a/dtool/src/prc/configDeclaration.cxx b/dtool/src/prc/configDeclaration.cxx index 65cc4360d2..141c8d8adf 100644 --- a/dtool/src/prc/configDeclaration.cxx +++ b/dtool/src/prc/configDeclaration.cxx @@ -163,9 +163,9 @@ output(ostream &out) const { void ConfigDeclaration:: write(ostream &out) const { out << get_variable()->get_name() << " " << get_string_value(); - if (!get_variable()->is_used()) { - out << " (not used)"; - } + //if (!get_variable()->is_used()) { + // out << " (not used)"; + //} out << "\n"; }