Skip to content

Commit

Permalink
remove rend/gui_util
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s committed Jan 1, 2025
1 parent 301eb9a commit 9af47ef
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 154 deletions.
2 changes: 1 addition & 1 deletion core/gdxsv/gdxsv_backend_rollback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "network/ggpo.h"
#include "network/net_platform.h"
#include "oslib/http_client.h"
#include "rend/gui_util.h"
#include "ui/gui_util.h"
#include "rend/transform_matrix.h"

namespace {
Expand Down
2 changes: 1 addition & 1 deletion core/gdxsv/gdxsv_emu_hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "oslib/directory.h"
#include "oslib/oslib.h"
#include "oslib/http_client.h"
#include "rend/gui_util.h"
#include "ui/gui_util.h"
#include "stdclass.h"
#include "xxhash.h"

Expand Down
2 changes: 1 addition & 1 deletion core/gdxsv/gdxsv_gui_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "imgui.h"
#include "input/gamepad_device.h"
#include "libs.h"
#include "rend/gui_util.h"
#include "ui/gui_util.h"

inline static void header(const char* title) {
ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.f, 0.5f)); // Left
Expand Down
2 changes: 1 addition & 1 deletion core/gdxsv/gdxsv_replay_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "oslib/directory.h"
#include "oslib/oslib.h"
#include "oslib/http_client.h"
#include "rend/gui_util.h"
#include "ui/gui_util.h"
#include "stdclass.h"

// For macOS
Expand Down
150 changes: 0 additions & 150 deletions core/rend/gui_util.h

This file was deleted.

0 comments on commit 9af47ef

Please sign in to comment.