Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit b68893f

Browse files
authored
Merge pull request #556 from ficristo/remove-string-util
Removed string_util since is unused
2 parents 7cf5fa6 + 4441bd8 commit b68893f

File tree

7 files changed

+0
-103
lines changed

7 files changed

+0
-103
lines changed

appshell/cefclient.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "include/cef_web_plugin.h"
1616
#include "client_handler.h"
1717
#include "appshell/common/client_switches.h"
18-
#include "string_util.h"
1918
#include "util.h"
2019
#include "config.h"
2120

appshell/cefclient_mac.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "include/cef_runnable.h"
1616
#include "client_handler.h"
1717
#include "resource_util.h"
18-
#include "string_util.h"
1918
#include "config.h"
2019
#include "appshell_extensions.h"
2120
#include "command_callbacks.h"

appshell/cefclient_win.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "client_handler.h"
1818
#include "config.h"
1919
#include "resource.h"
20-
#include "string_util.h"
2120
#include "appshell/common/client_switches.h"
2221
#include "native_menu_model.h"
2322
#include "appshell_node_process.h"

appshell/client_handler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "include/wrapper/cef_stream_resource_handler.h"
1212
#include "cefclient.h"
1313
#include "resource_util.h"
14-
#include "string_util.h"
1514
#include "appshell/appshell_extensions.h"
1615
#include "appshell/command_callbacks.h"
1716

appshell/string_util.cpp

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

appshell/string_util.h

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

appshell_paths.gypi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@
161161
'appshell/native_menu_model.cpp',
162162
'appshell/native_menu_model.h',
163163
'appshell/resource_util.h',
164-
'appshell/string_util.cpp',
165-
'appshell/string_util.h',
166164
'appshell/util.h',
167165
],
168166
'appshell_sources_win': [
@@ -271,8 +269,6 @@
271269
'appshell/process_helper_mac.cpp',
272270
'appshell/resource_util.h',
273271
'appshell/resource_util_mac.mm',
274-
'appshell/string_util.cpp',
275-
'appshell/string_util.h',
276272
'appshell/util.h',
277273
],
278274
'appshell_bundle_resources_mac': [

0 commit comments

Comments
 (0)