Skip to content

Commit 2e77da8

Browse files
committed
Remove obsolete C-API interface
1 parent e26424d commit 2e77da8

File tree

5 files changed

+0
-329
lines changed

5 files changed

+0
-329
lines changed

Makefile.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ SOURCES = \
3333
sass_values.cpp \
3434
sass_context.cpp \
3535
sass_functions.cpp \
36-
sass_interface.cpp \
3736
sass2scss.cpp \
3837
source_map.cpp \
3938
to_c.cpp \

include/sass/interface.h

Lines changed: 0 additions & 105 deletions
This file was deleted.

src/sass_interface.cpp

Lines changed: 0 additions & 215 deletions
This file was deleted.

win/libsass.targets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\base.h" />
66
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\context.h" />
77
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\functions.h" />
8-
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\interface.h" />
98
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\values.h" />
109
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\version.h" />
1110
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\version.h.in" />
@@ -97,7 +96,6 @@
9796
<ClCompile Include="$(LIBSASS_SRC_DIR)\prelexer.cpp" />
9897
<ClCompile Include="$(LIBSASS_SRC_DIR)\remove_placeholders.cpp" />
9998
<ClCompile Include="$(LIBSASS_SRC_DIR)\sass.cpp" />
100-
<ClCompile Include="$(LIBSASS_SRC_DIR)\sass_interface.cpp" />
10199
<ClCompile Include="$(LIBSASS_SRC_DIR)\sass_context.cpp" />
102100
<ClCompile Include="$(LIBSASS_SRC_DIR)\sass_functions.cpp" />
103101
<ClCompile Include="$(LIBSASS_SRC_DIR)\sass_util.cpp" />

win/libsass.vcxproj.filters

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\functions.h">
3535
<Filter>Include Headers</Filter>
3636
</ClInclude>
37-
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\interface.h">
38-
<Filter>Include Headers</Filter>
39-
</ClInclude>
4037
<ClInclude Include="$(LIBSASS_INCLUDES_DIR)\sass\values.h">
4138
<Filter>Include Headers</Filter>
4239
</ClInclude>
@@ -302,9 +299,6 @@
302299
<ClCompile Include="$(LIBSASS_SRC_DIR)\sass.cpp">
303300
<Filter>Sources</Filter>
304301
</ClCompile>
305-
<ClCompile Include="$(LIBSASS_SRC_DIR)\sass_interface.cpp">
306-
<Filter>Sources</Filter>
307-
</ClCompile>
308302
<ClCompile Include="$(LIBSASS_SRC_DIR)\sass_context.cpp">
309303
<Filter>Sources</Filter>
310304
</ClCompile>

0 commit comments

Comments
 (0)