summaryrefslogtreecommitdiff
path: root/plugins/placement/history.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-29 06:55:02 +0000
committerDana Jansens <danakj@orodu.net>2003-08-29 06:55:02 +0000
commitf85fea3b2d2e1b8498fcfa74dcdde45189fd3eb2 (patch)
tree8d9ef67bf7b9ea269260cab115e90208b65116ff /plugins/placement/history.h
parent3c5f6db04cb577fa3f547b45283eac7a0664be39 (diff)
remove the placement plugin
Diffstat (limited to 'plugins/placement/history.h')
-rw-r--r--plugins/placement/history.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/placement/history.h b/plugins/placement/history.h
deleted file mode 100644
index cbf9f68e..00000000
--- a/plugins/placement/history.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __plugin_placement_history_h
-#define __plugin_placement_history_h
-
-#include "kernel/client.h"
-#include <glib.h>
-
-void history_startup();
-void history_shutdown();
-
-gboolean place_history(ObClient *c);
-
-#endif