diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index ecf2f05..038570e 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -136,9 +136,6 @@ public: | |||
136 | unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; } | 136 | unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; } |
137 | FollowModel getFollowModel() const { return *resource.follow_model; } | 137 | FollowModel getFollowModel() const { return *resource.follow_model; } |
138 | FollowModel getUserFollowModel() const { return *resource.user_follow_model; } | 138 | FollowModel getUserFollowModel() const { return *resource.user_follow_model; } |
139 | |||
140 | const std::string &getScrollAction() const { return *resource.scroll_action; } | ||
141 | const bool getScrollReverse() const { return *resource.scroll_reverse; } | ||
142 | const bool allowRemoteActions() const { return *resource.allow_remote_actions; } | 139 | const bool allowRemoteActions() const { return *resource.allow_remote_actions; } |
143 | const bool clientMenuUsePixmap() const { return *resource.clientmenu_use_pixmap; } | 140 | const bool clientMenuUsePixmap() const { return *resource.clientmenu_use_pixmap; } |
144 | const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; } | 141 | const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; } |
@@ -565,8 +562,6 @@ private: | |||
565 | FbTk::Resource<FbTk::GContext::LineStyle> gc_line_style; | 562 | FbTk::Resource<FbTk::GContext::LineStyle> gc_line_style; |
566 | FbTk::Resource<FbTk::GContext::JoinStyle> gc_join_style; | 563 | FbTk::Resource<FbTk::GContext::JoinStyle> gc_join_style; |
567 | FbTk::Resource<FbTk::GContext::CapStyle> gc_cap_style; | 564 | FbTk::Resource<FbTk::GContext::CapStyle> gc_cap_style; |
568 | FbTk::Resource<std::string> scroll_action; | ||
569 | FbTk::Resource<bool> scroll_reverse; | ||
570 | FbTk::Resource<bool> allow_remote_actions; | 565 | FbTk::Resource<bool> allow_remote_actions; |
571 | FbTk::Resource<bool> clientmenu_use_pixmap; | 566 | FbTk::Resource<bool> clientmenu_use_pixmap; |
572 | FbTk::Resource<bool> tabs_use_pixmap; | 567 | FbTk::Resource<bool> tabs_use_pixmap; |