Output ASCII art image after all init functions (inside main_mobile.c)

This commit is contained in:
Andreas Eversberg
2019-06-30 08:10:33 +02:00
parent 13245c56f6
commit 1eac087935
27 changed files with 20 additions and 54 deletions

View File

@@ -31,7 +31,6 @@
#include "amps.h"
#include "dsp.h"
#include "frame.h"
#include "image.h"
#include "stations.h"
#include "main.h"
@@ -326,8 +325,6 @@ int main_amps_tacs(int argc, char *argv[])
exit(0);
}
if (!loopback)
print_image();
sid_stations(sid);
/* inits */

View File

@@ -1,6 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "image.h"
#include "../libmobile/image.h"
const char *image[] = {
"",

View File

@@ -1,3 +0,0 @@
void print_image(void);