aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cpp/include/pugl/pugl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-08 16:48:20 -0500
committerDavid Robillard <d@drobilla.net>2025-02-08 18:02:30 -0500
commit494932c79800698bcd30a506c6abe7f43c59d2bd (patch)
tree7095aee3fba8a832007a98acad0ea1894aad85fa /bindings/cpp/include/pugl/pugl.hpp
parent1004888ac9ace7cc2c1955c30ac449f8112f90f0 (diff)
downloadpugl-494932c79800698bcd30a506c6abe7f43c59d2bd.tar.gz
pugl-494932c79800698bcd30a506c6abe7f43c59d2bd.tar.bz2
pugl-494932c79800698bcd30a506c6abe7f43c59d2bd.zip
Remove puglSetFrame()
Towards fully separating position from size.
Diffstat (limited to 'bindings/cpp/include/pugl/pugl.hpp')
-rw-r--r--bindings/cpp/include/pugl/pugl.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/bindings/cpp/include/pugl/pugl.hpp b/bindings/cpp/include/pugl/pugl.hpp
index 0082fe2..f6e82bc 100644
--- a/bindings/cpp/include/pugl/pugl.hpp
+++ b/bindings/cpp/include/pugl/pugl.hpp
@@ -546,12 +546,6 @@ public:
/// @copydoc puglGetFrame
Rect frame() const noexcept { return puglGetFrame(cobj()); }
- /// @copydoc puglSetFrame
- Status setFrame(const Rect& frame) noexcept
- {
- return static_cast<Status>(puglSetFrame(cobj(), frame));
- }
-
/// @copydoc puglSetSizeHint
Status setSizeHint(SizeHint hint, unsigned width, unsigned height) noexcept
{