Remove the last remaining trace of the defunct VRAM dumping function

This commit is contained in:
Alexander Babikov
2022-02-14 02:54:16 +05:00
parent c1b071bee5
commit 1af575d018

View File

@@ -32,7 +32,6 @@ public:
if (strcmp(sourceText, "Take s&creenshot") == 0) sourceText = "Take s&creenshot\tCtrl+F11"; if (strcmp(sourceText, "Take s&creenshot") == 0) sourceText = "Take s&creenshot\tCtrl+F11";
if (strcmp(sourceText, "Begin trace") == 0) sourceText = "Begin trace\tCtrl+T"; if (strcmp(sourceText, "Begin trace") == 0) sourceText = "Begin trace\tCtrl+T";
if (strcmp(sourceText, "End trace") == 0) sourceText = "End trace\tCtrl+T"; if (strcmp(sourceText, "End trace") == 0) sourceText = "End trace\tCtrl+T";
if (strcmp(sourceText, "Dump &video RAM") == 0) sourceText = "Dump &video RAM\tCtrl+F1";
if (strcmp(sourceText, "&Qt (Software)") == 0) if (strcmp(sourceText, "&Qt (Software)") == 0)
{ {
QString finalstr = QTranslator::translate("", "&SDL (Software)", disambiguation, n); QString finalstr = QTranslator::translate("", "&SDL (Software)", disambiguation, n);