From 92efec08f8970bf2dc5b18e7cd53ac8c0f8d643e Mon Sep 17 00:00:00 2001 From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Sat, 6 Mar 2010 11:03:05 +0000 Subject: [PATCH] remove DEFAULT render mode. It is not used anywhere in the code fixes part of BZDNG-61 git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1779 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- modules/gfx/pymod/wrap_gfx.cc | 1 - modules/gfx/src/render_mode.hh | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/gfx/pymod/wrap_gfx.cc b/modules/gfx/pymod/wrap_gfx.cc index c020f0e0b..fe43b8d9c 100644 --- a/modules/gfx/pymod/wrap_gfx.cc +++ b/modules/gfx/pymod/wrap_gfx.cc @@ -79,7 +79,6 @@ BOOST_PYTHON_MODULE(_gfx) export_ColorOps(); enum_<RenderMode::Type>("RenderMode") - .value("DEFAULT",RenderMode::DEFAULT) .value("SIMPLE",RenderMode::SIMPLE) .value("DEBUG",RenderMode::DEBUG) .value("DEBUG2",RenderMode::DEBUG2) diff --git a/modules/gfx/src/render_mode.hh b/modules/gfx/src/render_mode.hh index 42e3ebef4..2f4bd4bd2 100644 --- a/modules/gfx/src/render_mode.hh +++ b/modules/gfx/src/render_mode.hh @@ -30,7 +30,6 @@ namespace ost { namespace gfx { namespace RenderMode { enum Type { - DEFAULT=0, // for all DEBUG, // for all DEBUG2, // for all TEST, // for all -- GitLab