X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ff8699684c32129db801ba4edbde75c98aa23d5..44379ce6fa20294cf83e5f65cc2006b1ea8be6c1:/src/motif/gsockmot.c

diff --git a/src/motif/gsockmot.c b/src/motif/gsockmot.c
index a5ec3d5c81..1297cecdee 100644
--- a/src/motif/gsockmot.c
+++ b/src/motif/gsockmot.c
@@ -32,9 +32,8 @@ static void _GSocket_Motif_Output(XtPointer data, int *fid,
   _GSocket_Detected_Write(socket);
 }
 
-bool _GSocket_GUI_Init(GSocket *socket)
+int _GSocket_GUI_Init(GSocket *socket)
 {
-  int i;
   int *m_id;
 
   socket->m_gui_dependent = (char *)malloc(sizeof(int)*2);