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:
authorJacques Lucke <jacques@blender.org>2021-03-25 18:09:27 +0300
committerJacques Lucke <jacques@blender.org>2021-03-25 18:09:27 +0300
commit3b162b7c185d089e93d892169a458d552196b7b6 (patch)
tree0879b874382bb3b7bde98bde0e1c1462b07a0640
parent0300d2a0ccc85f906b486d5394045085c1bf00e1 (diff)
remove unused file
-rw-r--r--source/blender/nodes/NOD_ui_layout.hh21
1 files changed, 0 insertions, 21 deletions
diff --git a/source/blender/nodes/NOD_ui_layout.hh b/source/blender/nodes/NOD_ui_layout.hh
deleted file mode 100644
index b70969a7677..00000000000
--- a/source/blender/nodes/NOD_ui_layout.hh
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-#pragma once
-
-namespace blender::nodes {
-
-}