mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
suspended unused code
This commit is contained in:
parent
9bc552aea4
commit
90d26e7323
@ -18,6 +18,7 @@
|
||||
* *
|
||||
*******************************************************************************/
|
||||
|
||||
#ifdef UNUSED_CODE
|
||||
#include <gui/gxs/GxsIdDetails.h>
|
||||
#include <util/PixmapMerging.h>
|
||||
|
||||
@ -39,3 +40,5 @@ QPixmap PixmapMerging::merge(const std::string & foregroundPixmapData, const std
|
||||
|
||||
return backgroundPixmap;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -21,6 +21,7 @@
|
||||
#ifndef PIXMAPMERGING_H
|
||||
#define PIXMAPMERGING_H
|
||||
|
||||
#ifdef UNUSED_CODE
|
||||
#include <util/rsqtutildll.h>
|
||||
|
||||
#include <util/NonCopyable.h>
|
||||
@ -49,4 +50,6 @@ public:
|
||||
RSQTUTIL_API static QPixmap merge(const std::string & foregroundPixmapData, const std::string & backgroundPixmapFilename);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif //PIXMAPMERGING_H
|
||||
|
Loading…
Reference in New Issue
Block a user