[geary/wip/714793-orientation2] Remove line left over in refactoring



commit 4e27f17c689055680dbd714e02bb385e96e3811c
Author: Robert Schroll <rschroll gmail com>
Date:   Mon Mar 9 15:16:16 2015 -0400

    Remove line left over in refactoring

 src/client/components/main-window.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/client/components/main-window.vala b/src/client/components/main-window.vala
index ac54b87..6928153 100644
--- a/src/client/components/main-window.vala
+++ b/src/client/components/main-window.vala
@@ -54,7 +54,6 @@ public class MainWindow : Gtk.ApplicationWindow {
         config.bind(Configuration.WINDOW_WIDTH_KEY, this, "window-width");
         config.bind(Configuration.WINDOW_HEIGHT_KEY, this, "window-height");
         config.bind(Configuration.WINDOW_MAXIMIZE_KEY, this, "window-maximized");
-        config.bind(Configuration.FOLDER_LIST_PANE_HORIZONTAL_KEY, this, "horizontal-orientation");
         // Update to layout
         if (config.folder_list_pane_position_horizontal == -1) {
             config.folder_list_pane_position_horizontal = config.folder_list_pane_position_old;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]