X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2Fenv.c;h=fc1c7fe3b1c5ed5ed74a5583a39aaefde41d4c84;hp=e5787c6d6cead1d1837720735b1a9ce0a25f5c7a;hb=b87064909e6d20e1ee2995adae0c1ce5cb692d7e;hpb=7d7d6ae0531a85361ce0d8b997d988b653282847 diff --git a/src/plugins/env.c b/src/plugins/env.c index e5787c6..fc1c7fe 100644 --- a/src/plugins/env.c +++ b/src/plugins/env.c @@ -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; }