Skip to content
Snippets Groups Projects
Commit 92efec08 authored by marco's avatar marco
Browse files

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
parent f3ce3973
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment