summary refs log tree commit diff
path: root/pkgs/applications/audio/vcv-rack/remove-custom-glfw-function.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/vcv-rack/remove-custom-glfw-function.patch')
-rw-r--r--pkgs/applications/audio/vcv-rack/remove-custom-glfw-function.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/applications/audio/vcv-rack/remove-custom-glfw-function.patch b/pkgs/applications/audio/vcv-rack/remove-custom-glfw-function.patch
deleted file mode 100644
index ceb273b81af..00000000000
--- a/pkgs/applications/audio/vcv-rack/remove-custom-glfw-function.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/src/main.cpp b/src/main.cpp
-index 0954ae6..a8299f7 100644
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -162,11 +162,6 @@ int main(int argc, char* argv[]) {
- 	INFO("Initializing app");
- 	appInit();
- 
--	const char* openedFilename = glfwGetOpenedFilename();
--	if (openedFilename) {
--		patchPath = openedFilename;
--	}
--
- 	if (!settings::headless) {
- 		APP->patch->init(patchPath);
- 	}