gallium: squash-merge of gallium screen context
[mesa.git] / src / gallium / drivers / cell / ppu / cell_winsys.h
index ae2af5696b541fa1f680ad5194b8bd708b2e2fb2..e227e065ff3afb35dde38d5996869b0f8ed7163e 100644 (file)
  */
 struct cell_winsys
 {
-   uint preferredFormat;
+   uint dummy;
 };
 
 
-extern struct cell_winsys *
-cell_get_winsys(uint format);
-
 
 
 #endif