Update FSF address
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 5311fa153494cbafe7448c9eadbaae67de19e8d4..67cc9364094e074278d71008119feb1193f80291 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 #ifndef _MAIN_WINDOW_PRIVATE_
 
 #include <gtk/gtk.h>
 
-#include <ltt/ltt.h>
 #include <lttv/attribute.h>
 #include <lttv/traceset.h>
-#include <lttv/tracecontext.h>
+
 #include <lttv/hook.h>
+#ifdef BABEL_CLEANUP
+#include <lttv/tracecontext.h>
 #include <lttv/stats.h>
+#endif /* BABEL_CLEANUP */
 #include <lttv/filter.h>
 //#include <lttvwindow/gtkmultivpaned.h>
 #include <lttvwindow/mainwindow.h>
@@ -34,8 +36,7 @@
 #define SCROLL_STEP_PER_PAGE 10.0
 
 struct _TracesetInfo {
-  //FIXME? TracesetContext and stats in same or different variable ?
-  LttvTracesetStats * traceset_context;
+  //FIXME? Traceset is the unique member of tracesetinfo
   LttvTraceset * traceset;
 };
 
@@ -54,7 +55,6 @@ struct _MainWindow{
   //gotoEventWindow*     GotoEventWindow; /*search for event description*/
   //openFilterWindow*    OpenFilterWindow; /* Open a filter selection window */
   GtkWidget*           help_contents;/* Window to display help contents */
-  GtkWidget*           about_box;    /* Window  about information */
  
   //  lttv_trace_filter * filter; /* trace filter associated with the window */
 
This page took 0.025676 seconds and 4 git commands to generate.