]> Pileus Git - grits/blobdiff - src/plugins/bmng.h
Update copyright and email address
[grits] / src / plugins / bmng.h
index 083f6e68263b20d39994d7ae68818a7762fb770f..af0b833edb4fbab0f051b4f33ab0db21957d263d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,7 +35,6 @@ struct _GisPluginBmng {
 
        /* instance members */
        GisViewer *viewer;
-       GisOpenGL *opengl;
        GisTile   *tiles;
        GisWms    *wms;
        GMutex    *mutex;
@@ -49,6 +48,6 @@ struct _GisPluginBmngClass {
 GType gis_plugin_bmng_get_type();
 
 /* Methods */
-GisPluginBmng *gis_plugin_bmng_new(GisViewer *viewer, GisOpenGL *opengl);
+GisPluginBmng *gis_plugin_bmng_new(GisViewer *viewer);
 
 #endif