aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_qt.cpp')
-rw-r--r--src/jalv_qt.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp
index 582361f..e9d2121 100644
--- a/src/jalv_qt.cpp
+++ b/src/jalv_qt.cpp
@@ -343,18 +343,6 @@ jalv_native_ui_type(void)
#endif
}
-int
-jalv_ui_resize(Jalv* jalv, int width, int height)
-{
- if (jalv->ui_instance && width > 0 && height > 0) {
- QWidget* widget = (QWidget*)suil_instance_get_widget(jalv->ui_instance);
- if (widget) {
- widget->resize(width, height);
- }
- }
- return 0;
-}
-
void
jalv_ui_port_event(Jalv* jalv,
uint32_t port_index,