From 07bad5ade1a541ef40060d242e73007a14534494 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Mon, 26 Jul 2010 05:51:09 +0200 Subject: [PATCH] Removed unused field from class Button. --- src/button.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/button.h b/src/button.h index b992a65..fe2b09c 100644 --- a/src/button.h +++ b/src/button.h @@ -40,7 +40,6 @@ protected: int lastTick; public: - string path; Button(GMenu2X *gmenu2x, bool doubleClick = false); virtual ~Button() {};