diff src/gl-render.cc @ 7924:4976f66d469b

miscellaneous cleanup
author John W. Eaton <jwe@octave.org>
date Fri, 11 Jul 2008 17:59:28 -0400
parents e998e81224b5
children 3ffc34caec65
line wrap: on
line diff
--- a/src/gl-render.cc	Fri Jul 11 15:43:10 2008 -0400
+++ b/src/gl-render.cc	Fri Jul 11 17:59:28 2008 -0400
@@ -2298,7 +2298,7 @@
       has_facealpha = ((a.numel () > 0) && (a.rows () == f.rows ()));
     }
 
-  octave_idx_type fr = f.rows (), fc = f.columns ();
+  octave_idx_type fr = f.rows ();
   std::vector<vertex_data> vdata (f.numel ());
 
   for (int i = 0; i < nf; i++)