From 3a39f24b8cbc2953d19dee479277983f100781ed Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 29 Aug 2017 17:52:41 -0400 Subject: puzzles: remove unused overlay loader Just cluttering the plugins directory as there is no COMBINED support anymore. Change-Id: I05591d457055e67cd1a01e007bec7ce77dcecb4a --- apps/plugins/SOURCES | 4 ---- apps/plugins/sgt-puzzles.c | 33 --------------------------------- 2 files changed, 37 deletions(-) delete mode 100644 apps/plugins/sgt-puzzles.c diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 9eec04aa22..4576fb7334 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -74,10 +74,6 @@ iriverify.c /* Overlays loaders */ -/* use this if you want a monolithic 'puzzles' */ -/* remember to set PUZZLES_COMBINED in puzzles.make! */ -/*sgt-puzzles.c*/ - #if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP) #if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD \ diff --git a/apps/plugins/sgt-puzzles.c b/apps/plugins/sgt-puzzles.c deleted file mode 100644 index cdcd72e26b..0000000000 --- a/apps/plugins/sgt-puzzles.c +++ /dev/null @@ -1,33 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2017 Franklin Wei - * - * Overlay loader stub plugin for puzzles - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#include "plugin.h" - -#include "lib/overlay.h" - - - -/* this is the plugin entry point */ -enum plugin_status plugin_start(const void* parameter) -{ - return run_overlay(parameter, PLUGIN_GAMES_DIR "/puzzles.ovl", "Puzzles"); -} -- cgit v1.2.3