Plugged memory leaks in GUI, and converted most of the strings to UTF8, so that
[pspp-builds.git] / src / output / table.h
index 51031da23c0e45c11299b8a8393b8f3dd56b032d..6245d12bdb7687f671a04bcfb626be031956a1f7 100644 (file)
@@ -102,8 +102,6 @@ struct tab_table
     int col_ofs, row_ofs;      /* X and Y offsets. */
   };
 
-extern int tab_hit;
-
 /* Number of rows in TABLE. */
 #define tab_nr(TABLE) ((TABLE)->nr)