[latexila] File Browser: remove build view reference
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] File Browser: remove build view reference
- Date: Tue, 10 Jul 2012 01:51:15 +0000 (UTC)
commit 33e2f101069ffb082cb3665020c13b8521975ca9
Author: SÃbastien Wilmet <swilmet src gnome org>
Date: Tue Jul 10 03:18:02 2012 +0200
File Browser: remove build view reference
src/file_browser.vala | 2 --
src/main_window.vala | 5 -----
2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/file_browser.vala b/src/file_browser.vala
index 37d88ca..6c98f92 100644
--- a/src/file_browser.vala
+++ b/src/file_browser.vala
@@ -38,7 +38,6 @@ public class FileBrowser : Grid
}
private unowned MainWindow _main_window;
- private BuildView _build_view;
private ListStore _parent_dir_store;
private ListStore _list_store;
private TreeView _list_view;
@@ -52,7 +51,6 @@ public class FileBrowser : Grid
public FileBrowser (MainWindow main_window)
{
_main_window = main_window;
- _build_view = main_window.get_build_view ();
row_spacing = 5;
orientation = Orientation.VERTICAL;
diff --git a/src/main_window.vala b/src/main_window.vala
index 51106dd..c8476ac 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -693,11 +693,6 @@ public class MainWindow : Window
action.set_active (show_badboxes);
}
- public BuildView get_build_view ()
- {
- return build_view;
- }
-
public DocumentTab? open_document (File location, bool jump_to = true)
{
/* check if the document is already opened */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]