From 1e024c1e3b1efee7907ac19d55f1eecdf53ca4aa Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 30 Nov 2018 12:59:35 +0000 Subject: [PATCH] Removed commented out code --- app/src/np.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/src/np.h b/app/src/np.h index 50465af..11725ce 100644 --- a/app/src/np.h +++ b/app/src/np.h @@ -5,16 +5,6 @@ typedef struct SceNpOptParam { SceSize optParamSize; } SceNpOptParam; -//SceNpCommunicationId -/*typedef struct SceNpCommunicationId { - char data[9]; - char term; - SceUChar8 num; - char dummy; -} SceNpCommunicationId; - -allready in vitasdk?*/ - //SceNpCommunicationPassphrase typedef struct SceNpCommunicationPassphrase { SceUChar8 data[128];