diff src/options.h @ 1511:73cecf473802

startup path options simplified and moved to layout options
author nadvornik
date Sat, 04 Apr 2009 21:14:34 +0000
parents d7a6fb7a90dd
children 0a1266bde95b
line wrap: on
line diff
--- a/src/options.h	Sat Apr 04 20:20:17 2009 +0000
+++ b/src/options.h	Sat Apr 04 21:14:34 2009 +0000
@@ -37,13 +37,6 @@
 	gboolean save_window_positions;
 	gboolean tools_restore_state;
 
-	/* start up */
-	struct {
-		gboolean restore_path;
-		gboolean use_last_path;
-		gchar *path;
-	} startup;
-
 	/* file ops */
 	struct {
 		gboolean enable_in_place_rename;