]> Dogcows Code - chaz/openbox/commitdiff
rm shit that didnt belong
authorDana Jansens <danakj@orodu.net>
Fri, 10 Jan 2003 22:05:58 +0000 (22:05 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 10 Jan 2003 22:05:58 +0000 (22:05 +0000)
scripts/defaults.py

index acc3d1cdc0289f49af4130f4e2a522cc0a1fa612..276a557cca86e2c23663f3d6d1cdf1e594f5ecb2 100644 (file)
@@ -25,11 +25,6 @@ kbind(["C-A-Left"], KC_All, lambda(d): prev_desktop(d))
 kbind(["C-S-A-Right"], KC_All, lambda(d): send_to_next_desktop(d))
 kbind(["C-S-A-Left"], KC_All, lambda(d): send_to_prev_desktop(d))
 
-# Python Demo #1!!!!!!! YAY SHRIMPX
-def rev(lst):
-    lst.reverse()
-    return lst
-
 # focus new windows
 def focusnew(data):
     if not data.client: return
This page took 0.026159 seconds and 4 git commands to generate.