Revision: 4503
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4503&view=rev
Author:   ossman_
Date:     2011-06-17 07:33:28 +0000 (Fri, 17 Jun 2011)

Log Message:
-----------
Remove unused structure definition.

Modified Paths:
--------------
    trunk/vncviewer/Win32PixelBuffer.cxx

Modified: trunk/vncviewer/Win32PixelBuffer.cxx
===================================================================
--- trunk/vncviewer/Win32PixelBuffer.cxx        2011-06-16 11:09:31 UTC (rev 
4502)
+++ trunk/vncviewer/Win32PixelBuffer.cxx        2011-06-17 07:33:28 UTC (rev 
4503)
@@ -33,18 +33,6 @@
 
 static rfb::LogWriter vlog("PlatformPixelBuffer");
 
-struct BitmapInfo {
-  BITMAPINFOHEADER bmiHeader;
-  union {
-    struct {
-      DWORD red;
-      DWORD green;
-      DWORD blue;
-    } mask;
-    RGBQUAD color[256];
-  };
-};
-
 PlatformPixelBuffer::PlatformPixelBuffer(int width, int height) :
   FullFramePixelBuffer(rfb::PixelFormat(32, 24, false, true,
                                         255, 255, 255, 16, 8, 0),


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to