remove temporary second tab test code
- SHA
ce3f482cd47b69f28024c7d2fb4c80ceb8cb02c5- Parents
-
923e235 - Tree
432b608
ce3f482
ce3f482cd47b69f28024c7d2fb4c80ceb8cb02c5923e235
432b608| Status | File | + | - |
|---|---|---|---|
| M |
src/gui/gtk_app.f90
|
0 | 4 |
src/gui/gtk_app.f90modified@@ -222,10 +222,6 @@ contains | |||
| 222 | end if | 222 | end if |
| 223 | print *, "Created initial tab ", first_tab_index, " for: ", trim(scan_path) | 223 | print *, "Created initial tab ", first_tab_index, " for: ", trim(scan_path) |
| 224 | 224 | ||
| 225 | - ! TEMPORARY: Create a second tab for testing tab switching | ||
| 226 | - first_tab_index = create_tab(get_home_directory()) | ||
| 227 | - print *, "Created second tab for testing: ", trim(get_home_directory()) | ||
| 228 | - | ||
| 229 | ! Create main vertical box (toolbar + treemap) | 225 | ! Create main vertical box (toolbar + treemap) |
| 230 | main_box = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0_c_int) | 226 | main_box = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0_c_int) |
| 231 | 227 | ||