diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-09-05 23:58:44 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-05 22:37:36 +0100 |
commit | fab0e477eee2d54d5b550a3d5f3de25638b52318 (patch) | |
tree | 8dcc4e707f23d8fddae04adb5ca80b511d0c519a /nx-X11 | |
parent | 8836547418f29a01e10c38316a4dc6751266dd30 (diff) | |
download | nx-libs-fab0e477eee2d54d5b550a3d5f3de25638b52318.tar.gz nx-libs-fab0e477eee2d54d5b550a3d5f3de25638b52318.tar.bz2 nx-libs-fab0e477eee2d54d5b550a3d5f3de25638b52318.zip |
Dialog.c: shorten switch blocks
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Dialog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Dialog.c b/nx-X11/programs/Xserver/hw/nxagent/Dialog.c index ccea93a92..def3c86c5 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Dialog.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Dialog.c @@ -294,7 +294,6 @@ void nxagentLaunchDialog(DialogType dialogType) #ifdef WARNING fprintf(stderr, "nxagentLaunchDialog: Unknown Dialog type [%d].\n", dialogType); #endif - return; } } @@ -524,7 +523,6 @@ void nxagentTerminateDialog(DialogType type) #ifdef WARNING fprintf(stderr, "nxagentTerminateDialog: Unknown dialog type [%d].\n", type); #endif - return; } } |