Skip to content

Commit

Permalink
Removed TintedImage
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAzack9 committed Apr 1, 2018
1 parent 666f40d commit 8229fb6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 942 deletions.
2 changes: 0 additions & 2 deletions Library/Library.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="System.cpp" />
<ClCompile Include="TintedImage.cpp" />
<ClCompile Include="TrayIcon.cpp" />
<ClCompile Include="UpdateCheck.cpp" />
<ClCompile Include="Util.cpp" />
Expand Down Expand Up @@ -192,7 +191,6 @@
<ClInclude Include="SkinRegistry.h" />
<ClInclude Include="StdAfx.h" />
<ClInclude Include="System.h" />
<ClInclude Include="TintedImage.h" />
<ClInclude Include="TrayIcon.h" />
<ClInclude Include="UpdateCheck.h" />
<ClInclude Include="Util.h" />
Expand Down
2 changes: 0 additions & 2 deletions Library/Library.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
<ClCompile Include="SkinRegistry_Test.cpp" />
<ClCompile Include="StdAfx.cpp" />
<ClCompile Include="System.cpp" />
<ClCompile Include="TintedImage.cpp" />
<ClCompile Include="TrayIcon.cpp" />
<ClCompile Include="UpdateCheck.cpp" />
<ClCompile Include="Util.cpp" />
Expand Down Expand Up @@ -228,7 +227,6 @@
<ClInclude Include="SkinRegistry.h" />
<ClInclude Include="StdAfx.h" />
<ClInclude Include="System.h" />
<ClInclude Include="TintedImage.h" />
<ClInclude Include="TrayIcon.h" />
<ClInclude Include="UpdateCheck.h" />
<ClInclude Include="Util.h" />
Expand Down
3 changes: 1 addition & 2 deletions Library/MeterImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#define __METERIMAGE_H__

#include "Meter.h"
#include "TintedImage.h"
#include "GeneralImage.h"

class MeterImage : public Meter
Expand Down Expand Up @@ -56,7 +55,7 @@ class MeterImage : public Meter

RECT m_ScaleMargins;

static const WCHAR* c_MaskOptionArray[TintedImage::OptionCount];
static const WCHAR* c_MaskOptionArray[GeneralImage::OptionCount];
};

#endif
1 change: 0 additions & 1 deletion Library/Skin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "MeasureTime.h"
#include "MeterButton.h"
#include "MeterString.h"
#include "TintedImage.h"
#include "MeasureScript.h"
#include "../Version.h"
#include "../Common/PathUtil.h"
Expand Down
Loading

0 comments on commit 8229fb6

Please sign in to comment.