]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_mgmtmode/mgmtmode.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / mod_mgmtmode / mgmtmode.h
diff --git a/mod_mgmtmode/mgmtmode.h b/mod_mgmtmode/mgmtmode.h
deleted file mode 100644 (file)
index daf7eae..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * ion/mod_mgmtmode/mgmtmode.h
- *
- * Copyright (c) Tuomo Valkonen 2004-2007. 
- *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
- */
-
-#ifndef ION_MOD_MGMTMODE_MGMTMODE_H
-#define ION_MOD_MGMTMODE_MGMTMODE_H
-
-#include <ioncore/common.h>
-#include <libextl/extl.h>
-
-INTRCLASS(WMgmtMode);
-
-DECLCLASS(WMgmtMode){
-    Obj obj;
-    Watch selw;
-};
-
-
-extern WMgmtMode *mod_mgmtmode_begin(WRegion *reg);
-
-extern void mgmtmode_select(WMgmtMode *mode, WRegion *reg);
-extern WRegion *mgmtmode_selected(WMgmtMode *mode);
-
-extern void mgmtmode_finish(WMgmtMode *mode);
-
-#endif /* ION_MOD_MGMTMODE_MGMTMODE_H */