diff options
author | markt <markt> | 2006-07-04 01:01:44 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-04 01:01:44 (GMT) |
commit | 6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d (patch) | |
tree | f30cca1196f74c05940c890c5f487af9a6e9850e /src/Screen.hh | |
parent | 12e80f3faf33240a09086198ef9ade997b089dd5 (diff) | |
download | fluxbox_paul-6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d.zip fluxbox_paul-6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d.tar.bz2 |
some dead resources and the functions that go with them
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 46f50da..0a96df2 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -118,7 +118,6 @@ public: | |||
118 | bool doOpaqueMove() const { return *resource.opaque_move; } | 118 | bool doOpaqueMove() const { return *resource.opaque_move; } |
119 | bool doFullMax() const { return *resource.full_max; } | 119 | bool doFullMax() const { return *resource.full_max; } |
120 | bool doShowWindowPos() const { return *resource.show_window_pos; } | 120 | bool doShowWindowPos() const { return *resource.show_window_pos; } |
121 | bool antialias() const { return *resource.antialias; } | ||
122 | bool decorateTransient() const { return *resource.decorate_transient; } | 121 | bool decorateTransient() const { return *resource.decorate_transient; } |
123 | const std::string &windowMenuFilename() const { return *resource.windowmenufile; } | 122 | const std::string &windowMenuFilename() const { return *resource.windowmenufile; } |
124 | FbTk::ImageControl &imageControl() { return *m_image_control.get(); } | 123 | FbTk::ImageControl &imageControl() { return *m_image_control.get(); } |
@@ -436,7 +435,7 @@ private: | |||
436 | FbTk::Resource<bool> image_dither, opaque_move, full_max, | 435 | FbTk::Resource<bool> image_dither, opaque_move, full_max, |
437 | workspace_warping, | 436 | workspace_warping, |
438 | desktop_wheeling, reverse_wheeling, show_window_pos, | 437 | desktop_wheeling, reverse_wheeling, show_window_pos, |
439 | antialias, auto_raise, click_raises, decorate_transient; | 438 | auto_raise, click_raises, decorate_transient; |
440 | FbTk::Resource<std::string> rootcommand; | 439 | FbTk::Resource<std::string> rootcommand; |
441 | FbTk::Resource<ResizeModel> resize_model; | 440 | FbTk::Resource<ResizeModel> resize_model; |
442 | FbTk::Resource<FbWinFrame::TabPlacement> tab_placement; | 441 | FbTk::Resource<FbWinFrame::TabPlacement> tab_placement; |