Revision: 4465
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4465&view=rev
Author:   zmoelnig
Date:     2011-08-15 13:04:27 +0000 (Mon, 15 Aug 2011)

Log Message:
-----------
removed unneeded imageStruct

Modified Paths:
--------------
    trunk/Gem/src/Pixes/pix_image.cpp
    trunk/Gem/src/Pixes/pix_image.h

Modified: trunk/Gem/src/Pixes/pix_image.cpp
===================================================================
--- trunk/Gem/src/Pixes/pix_image.cpp   2011-08-15 13:03:29 UTC (rev 4464)
+++ trunk/Gem/src/Pixes/pix_image.cpp   2011-08-15 13:04:27 UTC (rev 4465)
@@ -50,8 +50,6 @@
   m_id(gem::image::load::INVALID),
   m_infoOut(gem::RTE::Outlet(this))
 {
-  m_pixBlock.image = m_imageStruct;
-
   if(filename!=&s_)openMess(filename->s_name);
   gem::image::load::poll();
 }

Modified: trunk/Gem/src/Pixes/pix_image.h
===================================================================
--- trunk/Gem/src/Pixes/pix_image.h     2011-08-15 13:03:29 UTC (rev 4464)
+++ trunk/Gem/src/Pixes/pix_image.h     2011-08-15 13:04:27 UTC (rev 4465)
@@ -94,9 +94,6 @@
   //////////
   // The pixBlock with the current image
   pixBlock     m_pixBlock;
-       //////////
-       // The current image
-       imageStruct     m_imageStruct;
 
        void     loaded(const gem::image::load::id_t ID, 
                   imageStruct*img,


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to