diff options
author | markt <markt> | 2006-07-02 04:24:12 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-02 04:24:12 (GMT) |
commit | 4c12086c1c126347f92c247901fb0ab3231d237c (patch) | |
tree | d8f8aa562d27a9661bd53a1909d1d106ac81bd71 /src/Screen.cc | |
parent | c18985732b09da5f09189e91a145cb33e656688d (diff) | |
download | fluxbox-4c12086c1c126347f92c247901fb0ab3231d237c.zip fluxbox-4c12086c1c126347f92c247901fb0ab3231d237c.tar.bz2 |
updated documentation and another dead function
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 7523f8a..384ae86 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -250,8 +250,6 @@ BScreen::ScreenResource::ScreenResource(FbTk::ResourceManager &rm, | |||
250 | image_dither(rm, false, scrname+".imageDither", altscrname+".ImageDither"), | 250 | image_dither(rm, false, scrname+".imageDither", altscrname+".ImageDither"), |
251 | opaque_move(rm, false, scrname + ".opaqueMove", altscrname+".OpaqueMove"), | 251 | opaque_move(rm, false, scrname + ".opaqueMove", altscrname+".OpaqueMove"), |
252 | full_max(rm, true, scrname+".fullMaximization", altscrname+".FullMaximization"), | 252 | full_max(rm, true, scrname+".fullMaximization", altscrname+".FullMaximization"), |
253 | sloppy_window_grouping(rm, true, | ||
254 | scrname+".sloppywindowgrouping", altscrname+".SloppyWindowGrouping"), | ||
255 | workspace_warping(rm, true, scrname+".workspacewarping", altscrname+".WorkspaceWarping"), | 253 | workspace_warping(rm, true, scrname+".workspacewarping", altscrname+".WorkspaceWarping"), |
256 | desktop_wheeling(rm, true, scrname+".desktopwheeling", altscrname+".DesktopWheeling"), | 254 | desktop_wheeling(rm, true, scrname+".desktopwheeling", altscrname+".DesktopWheeling"), |
257 | reverse_wheeling(rm, false, scrname+".reversewheeling", altscrname+".ReverseWheeling"), | 255 | reverse_wheeling(rm, false, scrname+".reversewheeling", altscrname+".ReverseWheeling"), |