summaryrefslogtreecommitdiff
path: root/engine/src/rendering/shader/cursor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/rendering/shader/cursor.rs')
-rw-r--r--engine/src/rendering/shader/cursor.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/engine/src/rendering/shader/cursor.rs b/engine/src/rendering/shader/cursor.rs
index 0f985a7..c54ffc9 100644
--- a/engine/src/rendering/shader/cursor.rs
+++ b/engine/src/rendering/shader/cursor.rs
@@ -122,11 +122,6 @@ impl<'a> Cursor<'a>
value,
})
}
-
- pub fn into_binding_location(self) -> BindingLocation
- {
- self.binding_location
- }
}
/// Shader cursor location.