Skip to content

Commit

Permalink
Remove MDCInkColorThemer (#9228)
Browse files Browse the repository at this point in the history
Delete MDCInkColorThemer. Closes #9107
  • Loading branch information
andrewoverton committed Dec 10, 2019
1 parent df1ac34 commit 388fea7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 108 deletions.
13 changes: 0 additions & 13 deletions MaterialComponents.podspec
Expand Up @@ -1091,19 +1091,6 @@ Pod::Spec.new do |mdc|
end
end

mdc.subspec "Ink+ColorThemer" do |extension|
extension.ios.deployment_target = '9.0'
extension.public_header_files = [
"components/#{extension.base_name.split('+')[0]}/src/#{extension.base_name.split('+')[1]}/*.h"
]
extension.source_files = [
"components/#{extension.base_name.split('+')[0]}/src/#{extension.base_name.split('+')[1]}/*.{h,m}"
]

extension.dependency "MaterialComponents/#{extension.base_name.split('+')[0]}"
extension.dependency "MaterialComponents/Themes"
end

# LibraryInfo

mdc.subspec "LibraryInfo" do |component|
Expand Down
9 changes: 0 additions & 9 deletions components/Ink/BUILD
Expand Up @@ -37,14 +37,6 @@ mdc_public_objc_library(
],
)

mdc_extension_objc_library(
name = "ColorThemer",
deps = [
":Ink",
"//components/Themes",
],
)

mdc_objc_library(
name = "private",
testonly = 1,
Expand All @@ -65,7 +57,6 @@ mdc_examples_objc_library(
mdc_unit_test_objc_library(
name = "unit_test_sources",
deps = [
":ColorThemer",
":Ink",
":private",
],
Expand Down
43 changes: 0 additions & 43 deletions components/Ink/src/ColorThemer/MDCInkColorThemer.h

This file was deleted.

28 changes: 0 additions & 28 deletions components/Ink/src/ColorThemer/MDCInkColorThemer.m

This file was deleted.

15 changes: 0 additions & 15 deletions components/Ink/src/ColorThemer/MaterialInk+ColorThemer.h

This file was deleted.

0 comments on commit 388fea7

Please sign in to comment.