Remove xpmMap from BitmapFactory

No longer used since:
6ca8b2daae ("update hardcoded XPMs to .svg files. Updated .svg icons for clarity.", 2024-03-23)
This commit is contained in:
Chris Mayo
2024-07-24 19:26:38 +01:00
committed by Chris Hennes
parent a4ab97bdd5
commit fbeaeee7e7
2 changed files with 1 additions and 16 deletions

View File

@@ -66,8 +66,6 @@ public:
/// Returns the absolute file names of icons found in the given search paths
QStringList findIconFiles() const;
/// Adds a build in XPM pixmap under a given name
void addXPM(const char* name, const char** pXPM);
/// Adds a build in XPM pixmap under a given name
void addPixmapToCache(const char* name, const QPixmap& icon);
/// Checks whether the pixmap is already registered.
bool findPixmapInCache(const char* name, QPixmap& icon) const;