aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
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"),