Remove the flux viewer status bar as it's not used.

This commit is contained in:
David Given
2022-08-07 14:09:48 +02:00
parent a477655270
commit e61a1ea582
3 changed files with 0 additions and 26 deletions

View File

@@ -212,7 +212,6 @@ FluxViewerWindowGen::FluxViewerWindowGen( wxWindow* parent, wxWindowID id, const
this->SetSizer( bSizer1 );
this->Layout();
statusbar = this->CreateStatusBar( 1, wxSTB_SIZEGRIP, wxID_ANY );
this->Centre( wxBOTH );

View File

@@ -1736,29 +1736,6 @@
</object>
</object>
</object>
<object class="wxStatusBar" expanded="1">
<property name="bg"></property>
<property name="context_help"></property>
<property name="context_menu">1</property>
<property name="enabled">1</property>
<property name="fg"></property>
<property name="fields">1</property>
<property name="font"></property>
<property name="hidden">0</property>
<property name="id">wxID_ANY</property>
<property name="maximum_size"></property>
<property name="minimum_size"></property>
<property name="name">statusbar</property>
<property name="permission">protected</property>
<property name="pos"></property>
<property name="size"></property>
<property name="style">wxSTB_SIZEGRIP</property>
<property name="subclass">; ; forward_declare</property>
<property name="tooltip"></property>
<property name="window_extra_style"></property>
<property name="window_name"></property>
<property name="window_style"></property>
</object>
</object>
<object class="Frame" expanded="1">
<property name="aui_managed">0</property>

View File

@@ -31,7 +31,6 @@
#include <wx/frame.h>
#include "fluxviewercontrol.h"
#include <wx/scrolbar.h>
#include <wx/statusbr.h>
///////////////////////////////////////////////////////////////////////////
@@ -92,7 +91,6 @@ class FluxViewerWindowGen : public wxFrame
wxMenu* m_menu1;
FluxViewerControl* fluxviewer;
wxScrollBar* scrollbar;
wxStatusBar* statusbar;
// Virtual event handlers, override them in your derived class
virtual void OnExit( wxCommandEvent& event ) { event.Skip(); }