diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-12-25 14:39:05 -0600 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-12-25 14:39:05 -0600 |
commit | 6276539b1d10914ab5532f7ffaf807d84ba378d7 (patch) | |
tree | dbbda876d454737f87a1ef42b0070eda159f4451 | |
parent | 6e90e9cbdf7de473d2204dff1370ea03f326e3e4 (diff) | |
download | compiz-with-glib-mainloop-6276539b1d10914ab5532f7ffaf807d84ba378d7.tar.gz compiz-with-glib-mainloop-6276539b1d10914ab5532f7ffaf807d84ba378d7.tar.bz2 |
Remove unused switcher constants.
-rw-r--r-- | plugins/switcher/src/switcher.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/switcher/src/switcher.h b/plugins/switcher/src/switcher.h index e0b3da7..e0118d6 100644 --- a/plugins/switcher/src/switcher.h +++ b/plugins/switcher/src/switcher.h @@ -152,12 +152,8 @@ typedef struct { #define HEIGHT 192 #define SPACE 10 -#define SWITCH_ZOOM 0.1f - #define BOX_WIDTH 3 -#define ICON_SIZE 64 - #define WINDOW_WIDTH(count) (WIDTH * (count) + (SPACE << 1)) #define WINDOW_HEIGHT (HEIGHT + (SPACE << 1)) |