? autologout_uninstall.patch
Index: autologout.install
===================================================================
RCS file: autologout.install
diff -N autologout.install
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ autologout.install	3 Jul 2009 01:14:22 -0000
@@ -0,0 +1,9 @@
+<?php
+// $Id$
+
+/**
+ * Implementation of hook_uninstall()
+ */
+function autologout_uninstall() {
+  variable_del('autologout_seconds');
+}
