Skip to content

Commit

Permalink
Removed Wayland's useless code from mrvApp.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 24, 2024
1 parent 9af8729 commit f316ca2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions mrv2/lib/mrvApp/mrvApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ namespace py = pybind11;
#ifdef __linux__
# undef None // macro defined in X11 config files
# undef Status
# ifdef FLTK_USE_WAYLAND
# define USE_SIMPLE_CONFIG 1
# include <wayland-client.h>
# include <wayland-server.h>
# include <wayland-client-protocol.h>
# endif
#endif

#include "mrvFl/mrvIO.h"
Expand Down Expand Up @@ -496,13 +490,6 @@ namespace mrv
Fl::set_fonts("-*");
Fl::lock(); // needed for NDI and multithreaded logging

#ifdef FLTK_USE_WAYLAND
std::string app_id = "mrv2-64 ";
app_id += mrv::version();

// xdg_toplevel::set_app_id(app_id);
#endif

// Create the interface.
ui = new ViewerUI();
if (!ui)
Expand Down

0 comments on commit f316ca2

Please sign in to comment.