]> Pileus Git - grits/commit
Remove some unused API cruft
authorAndy Spencer <andy753421@gmail.com>
Wed, 26 Dec 2012 10:41:15 +0000 (10:41 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 26 Dec 2012 10:41:15 +0000 (10:41 +0000)
commitfca66641b8505a51767d0c249194f25da0823716
treecd73830bfc245205af370f7f6376f921dee3c646
parentfb8e4db7bd22e6723a6e22b8f5de52d5c8bcc334
Remove some unused API cruft

This also prevent errors if an object is removed from the viewer twice.
For example:

  - The viewer is destroyed
  - The opengl dispose function removes all objects
  - The application frees plugins
  - The plugins dispose function attempts to remove
    an already removed the object
src/grits-opengl.c
src/grits-viewer.c
src/grits-viewer.h