Skip to content

Commit 6e9e2b1

Browse files
committed
Remove commented code
1 parent cb0f169 commit 6e9e2b1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/main.cpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232

3333
#include <set>
3434
//#include <chrono>
35+
#include <fstream>
3536

3637
#include <wx/wx.h>
3738
#include <wx/frame.h>
3839
#include <wx/stc/stc.h>
39-
#include <fstream>
40-
41-
//#if defined(__WXMSW__)||defined(__WXOSX__)
42-
//#include <wx/webview.h>
43-
//#else
44-
//#include <wx/html/htmlwin.h> // for linux - avoid webkitgtk dependencies
45-
//#endif
46-
4740
#include <wx/html/htmlwin.h>
4841
#include <wx/simplebook.h>
4942
#include <wx/panel.h>
@@ -54,7 +47,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5447
#include <wx/datstrm.h>
5548
#include <wx/grid.h>
5649
#include <wx/stdpaths.h>
57-
//#include <wx/webview.h>
5850
#include <wx/txtstrm.h>
5951
#include <wx/buffer.h>
6052
#include <wx/display.h>
@@ -67,7 +59,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6759
#include <wex/icons/qmark.cpng>
6860
#include <wex/utils.h>
6961

70-
7162
#include "../resource/menu.cpng"
7263
#include "../resource/notes_white.cpng"
7364

0 commit comments

Comments
 (0)