imageinfo_ni: Disable paint_DF_Info()

Required for generic hardware


Origin commit data
------------------
Branch: ni/coolstream
Commit: cb2d840a03
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-24 (Sat, 24 Sep 2016)

Origin message was:
------------------
imageinfo_ni: Disable paint_DF_Info()

 Required for generic hardware


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-09-24 19:49:03 +02:00
committed by vanhofen
parent 0bb21a9541
commit c4a6b4ce10

View File

@@ -289,6 +289,7 @@ void CImageInfoNI::paint()
ypos += sheight;
#ifndef HAVE_GENERIC_HARDWARE
get_MTD_Info();
//paint_MTD_Info(xpos);
//ypos+= sheight;
@@ -296,6 +297,7 @@ void CImageInfoNI::paint()
paint_DF_Info(xpos);
ypos+= sheight;
#endif
paint_Stat_Info_Box(xcpu, ycpu, width/3, height/3);
}