Using Flash space error

char* StopsNameTo[] PROGMEM={
  stop0to,stop1to,stop2to,stop3to};

Is it really necessary to store the small pointers in PROGMEM? The 4 pointers only use 8 bytes.