Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-04-26 19:49:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-26 19:51:07 +0300
commit795e839d3b3ab473677624a22ae791cb6c82482d (patch)
treef65038bffd4da39469a417d8b565c0dd1824d434 /source/blender/draw/engines/select/select_engine.h
parenta7c5d2e159d59e045983009e191c94c1bf561f5d (diff)
Cleanup: rename select engine -> basic
This is used by depth drawing too and had no selection specific code.
Diffstat (limited to 'source/blender/draw/engines/select/select_engine.h')
-rw-r--r--source/blender/draw/engines/select/select_engine.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/source/blender/draw/engines/select/select_engine.h b/source/blender/draw/engines/select/select_engine.h
deleted file mode 100644
index 653ada7e82f..00000000000
--- a/source/blender/draw/engines/select/select_engine.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright 2016, Blender Foundation.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * Contributor(s): Blender Institute
- *
- */
-
-/** \file select_engine.h
- * \ingroup draw_engine
- */
-
-#ifndef __SELECT_ENGINE_H__
-#define __SELECT_ENGINE_H__
-
-extern RenderEngineType DRW_engine_viewport_select_type;
-
-#endif /* __SELECT_ENGINE_H__ */