aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/screen.c b/screen.c
index 9ecf699..139c451 100644
--- a/screen.c
+++ b/screen.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: screen.c,v 1.7 2008/07/11 14:21:28 okan Exp $
+ * $Id: screen.c,v 1.8 2008/07/22 19:54:57 oga Exp $
*/
#include "headers.h"
@@ -67,8 +67,3 @@ screen_updatestackingorder(void)
XFree(wins);
}
-
-void
-screen_init(void)
-{
-}