remove snapshot stuff. not useful.

This commit is contained in:
seanpringle
2012-11-07 17:32:51 +10:00
parent 535ea4ee63
commit 455361d112
3 changed files with 1 additions and 41 deletions

4
xoat.c
View File

@@ -111,8 +111,6 @@ void action_move_monitor(void*, int, client*);
void action_focus_monitor(void*, int, client*);
void action_fullscreen(void*, int, client*);
void action_above(void*, int, client*);
void action_snapshot(void*, int, client*);
void action_rollback(void*, int, client*);
#include "config.h"
@@ -147,7 +145,7 @@ monitor monitors[MONITORS];
int nmonitors = 1;
short current_spot, current_mon;
Window root, ewmh, current = None;
stack windows, snapshot;
stack windows;
static int (*xerror)(Display *, XErrorEvent *);
void catch_exit(int sig)