chiark / gitweb /
Prep for standalone release.
[mgLib] / mdwfocus.c
index 5a03d50c48030e372a14df6f8a01f75b5ff63e38..b7ee5b085c8796dbb01e4cfe6b8d963ac8523537 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwfocus.c,v 1.4 1999/05/06 19:51:48 mdw Exp $
+ * $Id: mdwfocus.c,v 1.5 1999/11/11 19:54:37 mdw Exp $
  *
  * Tell my hacked `fvwm' to focus this window
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: mdwfocus.c,v $
+ * Revision 1.5  1999/11/11 19:54:37  mdw
+ * Prep for standalone release.
+ *
  * Revision 1.4  1999/05/06 19:51:48  mdw
  * Reformatted the LGPL notice a little bit.
  *
@@ -45,8 +48,6 @@
  *
  */
 
-#ifdef HAVE_GTK
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <gtk/gtk.h>
@@ -80,7 +81,3 @@ void mdwfocus(GtkWidget *w)
 }
 
 /*----- That's all, folks -------------------------------------------------*/
-
-#else
-  int mgLib_mdwfocus = 0;
-#endif