changeset 1951:c4a926820433 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 24 May 2025 21:49:42 -0600
parents 00f1a660cb6b
children
files src/luan/modules/swing/Swing.luan
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
diff -r 00f1a660cb6b -r c4a926820433 src/luan/modules/swing/Swing.luan
--- a/src/luan/modules/swing/Swing.luan	Sat May 24 10:41:42 2025 -0600
+++ b/src/luan/modules/swing/Swing.luan	Sat May 24 21:49:42 2025 -0600
@@ -47,8 +47,6 @@
 	desktop.browse( URI.new(url) )
 end
 
-Swing.home_dir = System.getProperty("user.home")
-
 function Swing.to_front()
 	local windows = {Window.getOwnerlessWindows()}
 	for _, window in ipairs(windows) do