[gnome-commander/gcmd-1-10] noop: Remove unused variable



commit 8a0189032ead75b8b67c40dcf2f53747e7229eba
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Wed Jun 17 22:42:23 2020 +0200

    noop: Remove unused variable

 src/main.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/main.cc b/src/main.cc
index 3400878a..9a747c10 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -95,7 +95,7 @@ static UniqueResponse on_message_received (UniqueApp *app, UniqueCommand cmd, Un
 int main (int argc, char *argv[])
 {
     GError *error = nullptr;
-    GOptionContext *option_context;
+
 #ifdef HAVE_UNIQUE
     UniqueApp *app;
 #endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]