Revert "Add/expose VisualServer::get_default_clear_color()"

This reverts commit 753ba67d65,
in preparation from the merge of the gles3 branch, as the VisualServer
code changed too much to port this commit over during merge conflicts
resolution. It could be readded afterwards.
This commit is contained in:
Rémi Verschelde
2017-01-02 20:32:52 +01:00
parent dcc4ee21c1
commit 86b0669f4c
5 changed files with 0 additions and 9 deletions

View File

@@ -7612,11 +7612,6 @@ void VisualServerRaster::set_default_clear_color(const Color& p_color) {
clear_color=p_color;
}
Color VisualServerRaster::get_default_clear_color() const {
return clear_color;
}
void VisualServerRaster::set_boot_image(const Image& p_image, const Color& p_color,bool p_scale) {
if (p_image.empty())