Skip to content

Commit e5d2313

Browse files
jeremypwtintou
authored andcommitted
Lose unused function
1 parent 114c7e6 commit e5d2313

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/MainWindow.vala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -811,13 +811,6 @@ namespace Scratch {
811811
});
812812
}
813813

814-
// Save session information different from window state
815-
private void restore_saved_state_extra () {
816-
// Plugin panes size
817-
hp1.set_position (Scratch.saved_state.get_int ("hp1-size"));
818-
vp.set_position (Scratch.saved_state.get_int ("vp-size"));
819-
}
820-
821814
private void create_unsaved_documents_directory () {
822815
var directory = File.new_for_path (app.data_home_folder_unsaved);
823816
if (!directory.query_exists ()) {

0 commit comments

Comments
 (0)