From 4025b678bf5861717c7744a276bfab39c145a834 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 12 Nov 2021 19:00:33 +0100 Subject: [PATCH] Revert "Add missing netplay_protocol.h" This reverts commit 1fc73f11b55c8245ba0ef5912bddfff5b58c1291. --- network/netplay/netplay_protocol.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 network/netplay/netplay_protocol.h diff --git a/network/netplay/netplay_protocol.h b/network/netplay/netplay_protocol.h deleted file mode 100644 index 4410cdd713..0000000000 --- a/network/netplay/netplay_protocol.h +++ /dev/null @@ -1,23 +0,0 @@ -/* RetroArch - A frontend for libretro. - * Copyright (C) 2010-2014 - Hans-Kristian Arntzen - * Copyright (C) 2011-2017 - Daniel De Matteis - * Copyright (C) 2016-2017 - Gregor Richards - * - * RetroArch 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 Found- - * ation, either version 3 of the License, or (at your option) any later version. - * - * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with RetroArch. - * If not, see . - */ - -#ifndef __RARCH_NETPLAY_PROTOCOL_H -#define __RARCH_NETPLAY_PROTOCOL_H - -#define NETPLAY_PROTOCOL_VERSION 5 - -#endif