summaryrefslogtreecommitdiffstats
path: root/source/dialogs/script.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
committerQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
commitb18d68eff26429ed08d560b187c46770eb7db0b2 (patch)
tree854e74f44c678b18c09ebed872fd187b5a24cd9d /source/dialogs/script.c
parent442e235c24fa33a499e51b4a2f7ff95fb4ab43ad (diff)
Adjust new editor width
Diffstat (limited to 'source/dialogs/script.c')
-rw-r--r--source/dialogs/script.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/dialogs/script.c b/source/dialogs/script.c
index 7452bd7c..3bb54b1a 100644
--- a/source/dialogs/script.c
+++ b/source/dialogs/script.c
@@ -25,7 +25,6 @@
*
*/
-
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
@@ -39,10 +38,6 @@
#include "dialogs/script.h"
#include "helper.h"
-
-
-
-
static char **get_script_output ( const char *command, unsigned int *length )
{
char **retv = NULL;
@@ -102,7 +97,6 @@ typedef struct _ScriptModePrivateData
unsigned int cmd_list_length;
} ScriptModePrivateData;
-
static void script_mode_init ( Switcher *sw )
{
if ( sw->private_data == NULL ) {
@@ -145,7 +139,6 @@ static SwitcherMode script_mode_result ( int mretv, char **input, unsigned int s
new_list = execute_executor ( sw, *input, &new_length );
}
-
// If a new list was generated, use that an loop around.
if ( new_list != NULL ) {
g_strfreev ( rmpd->cmd_list );