remove unused variable and function
#include "libintl.h"
#endif
#include <assert.h>
+#include "glexpose.h"
#include "glutrender.h"
#ifdef HAVE_GETOPT_H
glutSwapBuffers();
}
+#if UNUSED
static void glutMode()
{
glutInitWindowSize(512,512);
glutMainLoop(); // Infinite event loop
}
-
+#endif
static void windowedMode(int argc, char *argv[])
{
int main(int argc, char *argv[])
{
- char *initFileName;
-
-
-
smyrnaDir = getenv("SMYRNA_PATH");
if (!smyrnaDir) {
#ifdef _WIN32