From e75e26da92424528e190a2111acfcc49c657e894 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 29 Mar 2021 19:14:07 -0700 Subject: Replace Dialog.hpp with portable-file-dialogs, more work on projects --- core/src/Utils/Dialog/Dialog.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 core/src/Utils/Dialog/Dialog.cpp (limited to 'core/src/Utils/Dialog/Dialog.cpp') diff --git a/core/src/Utils/Dialog/Dialog.cpp b/core/src/Utils/Dialog/Dialog.cpp deleted file mode 100644 index c4459c0..0000000 --- a/core/src/Utils/Dialog/Dialog.cpp +++ /dev/null @@ -1,18 +0,0 @@ -// Adapted from https://github.com/aaronmjacobs/Boxer/blob/master/include/boxer/boxer.h -#include "Dialog.hpp" - -namespace Dialog { - -Selection Show(const char* message, const char* title, Style style) { - return Show(message, title, style, kDefaultButtons); -} - -Selection Show(const char* message, const char* title, Buttons buttons) { - return Show(message, title, kDefaultStyle, buttons); -} - -Selection Show(const char* message, const char* title) { - return Show(message, title, kDefaultStyle, kDefaultButtons); -} - -} // namespace Dialog -- cgit v1.2.3-70-g09d2