]> Pileus Git - grits/blobdiff - src/plugins/env.c
Miscellaneous updates, mostly aesthetic
[grits] / src / plugins / env.c
index e5787c6d6cead1d1837720735b1a9ce0a25f5c7a..fc1c7fe3b1c5ed5ed74a5583a39aaefde41d4c84 100644 (file)
@@ -26,7 +26,7 @@
 /***********
  * Helpers *
  ***********/
-static gpointer expose(GisCallback *callback, gpointer _env)
+static void expose(GisCallback *callback, gpointer _env)
 {
        GisPluginEnv *env = GIS_PLUGIN_ENV(_env);
        g_debug("GisPluginEnv: expose");
@@ -67,8 +67,6 @@ static gpointer expose(GisCallback *callback, gpointer _env)
                glPopMatrix();
        }
        */
-
-       return NULL;
 }